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.
1 parent 062c6e7 commit ac0231eCopy full SHA for ac0231e
Dockerfile
@@ -55,7 +55,7 @@ ENV NODE_ENV production
55
RUN addgroup --system --gid 1001 nodejs
56
RUN adduser --system --uid 1001 nextjs
57
58
-COPY --from=builder /app/next.config.js ./
+COPY --from=builder /app/next.config.mjs ./
59
COPY --from=builder /app/public ./public
60
COPY --from=builder /app/package.json ./package.json
61
COPY --from=builder /app/.env ./.env
0 commit comments