fix next config suffix

This commit is contained in:
Johannes
2023-07-10 12:06:27 +02:00
parent fe55a152ea
commit fc0dfec151

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