Fixed docker
Some checks failed
Build and Deploy Nuxt / build (push) Has been cancelled

This commit is contained in:
2026-06-10 00:43:00 +02:00
parent 39829678a0
commit 601f32bab1

View File

@@ -12,11 +12,6 @@ COPY package*.json ./
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
COPY . .
# Build the Nuxt app