diff --git a/frontend/Dockerfile b/frontend/Dockerfile index c5ed74af..055bf73b 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -29,6 +29,8 @@ COPY --from=builder /app/.next ./.next COPY --from=builder /app/node_modules ./node_modules COPY --from=builder /app/package.json ./package.json COPY --from=builder /app/docker-entrypoint.sh ./entrypoint.sh +COPY --from=builder /app/next.config.js ./next.config.js +COPY --from=builder /app/next-i18next.config.js ./next-i18next.config.js RUN addgroup -g 1001 --system nodejs && \ adduser --system nextjs -u 1001 -G nodejs && \