Image?
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 29s

This commit is contained in:
2026-03-17 23:33:19 +01:00
parent c2d0e0f93a
commit 1466490ed9

View File

@@ -10,6 +10,7 @@ COPY package*.json ./
RUN npm install RUN npm install
# Copy project files # Copy project files
ARG CACHEBUST=1
COPY . . COPY . .
# Build the Nuxt app # Build the Nuxt app