This commit is contained in:
2026-07-17 23:11:53 +02:00
parent 188a2e8592
commit ed68f02d9c
3 changed files with 4 additions and 0 deletions

View File

@@ -14,6 +14,9 @@ RUN npm install
ARG CACHEBUST=1
COPY . .
# Generate content files
RUN npm run generate
# Build the Nuxt app
RUN npm run build