Skip to content

Commit ac0231e

Browse files
build(docker): fix docker build failing due to file rename
1 parent 062c6e7 commit ac0231e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ENV NODE_ENV production
5555
RUN addgroup --system --gid 1001 nodejs
5656
RUN adduser --system --uid 1001 nextjs
5757

58-
COPY --from=builder /app/next.config.js ./
58+
COPY --from=builder /app/next.config.mjs ./
5959
COPY --from=builder /app/public ./public
6060
COPY --from=builder /app/package.json ./package.json
6161
COPY --from=builder /app/.env ./.env

0 commit comments

Comments
 (0)