We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d6b72f + 4cc900b commit 1d0fbcbCopy full SHA for 1d0fbcb
client/Dockerfile.prod
@@ -34,6 +34,7 @@ COPY --from=build --chown=nextjs:nodejs /app/client/entrypoint.sh ./entrypoint.s
34
COPY --from=build /app/node_modules ./node_modules
35
COPY --from=build /app/client/package.json ./package.json
36
COPY --from=build /app/client/public ./public
37
+COPY --from=build /app/client/next.config.mjs ./next.config.mjs
38
39
USER nextjs
40
0 commit comments