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 242dd9a commit 84c61cdCopy full SHA for 84c61cd
Dockerfile
@@ -57,7 +57,7 @@ ENV NODE_ENV production
57
RUN addgroup --system --gid 1001 nodejs
58
RUN adduser --system --uid 1001 nextjs
59
60
-COPY --from=builder /app/next.config.mjs ./
+COPY --from=builder /app/next.config.ts ./
61
COPY --from=builder /app/public ./public
62
COPY --from=builder /app/package.json ./package.json
63
COPY --from=builder /app/.env ./.env
0 commit comments