Merge branch 'hotfix/1.14.2' into develop

This commit is contained in:
2024-02-12 16:01:03 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs RUN adduser --system --uid 1001 nextjs
# this file is required for the pdfjs-dist package # this file is required for the pdfjs-dist package
COPY --from=builder /app/node_modules/pdfjs-dist/build/pdf.worker.min.mjs /public/pdf.worker.min.mjs COPY --from=builder /app/node_modules/pdfjs-dist/build/pdf.worker.min.mjs /app/public/pdf.worker.min.mjs
# Set the correct permission for prerender cache # Set the correct permission for prerender cache
RUN mkdir .next RUN mkdir .next

View File

@@ -9,7 +9,7 @@ networks:
services: services:
web-app: web-app:
image: utility-bills-tracker:1.14.1 image: utility-bills-tracker:1.14.2
networks: networks:
- traefik-network - traefik-network
- mongo-network - mongo-network