Skip to content

Commit de83bac

Browse files
committed
Need to copy the next config now
1 parent a47172d commit de83bac

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
@@ -31,7 +31,7 @@ RUN addgroup -g 1001 -S nodejs
3131
RUN adduser -S nextjs -u 1001
3232

3333
# You only need to copy next.config.js if you are NOT using the default configuration
34-
# COPY --from=builder /app/next.config.js ./
34+
COPY --from=builder /app/next.config.js ./
3535
COPY --from=builder /app/public ./public
3636
COPY --from=builder --chown=nextjs:nodejs /app/.next ./.next
3737
COPY --from=builder /app/node_modules ./node_modules

0 commit comments

Comments
 (0)