Skip to content

Commit 84c61cd

Browse files
committed
ci: fix build with dockerfile
1 parent 242dd9a commit 84c61cd

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
@@ -57,7 +57,7 @@ ENV NODE_ENV production
5757
RUN addgroup --system --gid 1001 nodejs
5858
RUN adduser --system --uid 1001 nextjs
5959

60-
COPY --from=builder /app/next.config.mjs ./
60+
COPY --from=builder /app/next.config.ts ./
6161
COPY --from=builder /app/public ./public
6262
COPY --from=builder /app/package.json ./package.json
6363
COPY --from=builder /app/.env ./.env

0 commit comments

Comments
 (0)