This commit is contained in:
2026-07-17 23:33:11 +02:00
parent fb265b219d
commit 80d62574d1
3 changed files with 4 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ ARG CACHEBUST=1
COPY . .
# Generate content files
RUN npm run convert
RUN node convert.js --vault ./vault --out ./content --img-prefix https://cdn.aranroig.com/campaigns/test --nuxt-img
# Build the Nuxt app
RUN npm run build