This commit is contained in:
2026-07-18 15:44:57 +02:00
parent d4e48c6bb4
commit 2228fea027

View File

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