diff --git a/template/Dockerfile b/template/Dockerfile index 7b322d5..b5ec4af 100644 --- a/template/Dockerfile +++ b/template/Dockerfile @@ -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