Test commit blog
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 32s

This commit is contained in:
2026-06-10 00:37:27 +02:00
parent 3483ea57e5
commit 39829678a0

View File

@@ -11,11 +11,11 @@ COPY package*.json ./
# Install dependencies
RUN npm install
ARG CACHEBUST=1
# 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 . .