This commit is contained in:
2026-07-17 23:22:21 +02:00
parent ed68f02d9c
commit 6513ae7e36
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ ARG CACHEBUST=1
COPY . .
# Generate content files
RUN npm run generate
RUN npm run convert
# Build the Nuxt app
RUN npm run build