Moved content of blogs to its own repo
Some checks failed
Build and Deploy Nuxt / build (push) Failing after 2s

This commit is contained in:
2026-06-09 23:47:53 +02:00
parent 09b44952df
commit 1f21f79e57
23 changed files with 4 additions and 421 deletions

View File

@@ -12,7 +12,11 @@ COPY package*.json ./
RUN npm install
# Copy project files
RUN git clone http://git.aranroig.com/Syndria98/blogs /tmp/blogs
RUN mkdir -p content && cp -r /tmp/blogs/content/. ./content/ && rm -r /tmp/blogs
ARG CACHEBUST=1
COPY . .
# Build the Nuxt app