Update suffix of next.config in Dockerfile

fix next config suffix
This commit is contained in:
Johannes
2023-07-10 05:07:41 -05:00
committed by GitHub

View File

@@ -23,7 +23,7 @@ USER nextjs
WORKDIR /home/nextjs
COPY --from=installer /app/apps/web/next.config.js .
COPY --from=installer /app/apps/web/next.config.mjs .
COPY --from=installer /app/apps/web/package.json .
# Automatically leverage output traces to reduce image size