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 a47172d commit de83bacCopy full SHA for de83bac
Dockerfile
@@ -31,7 +31,7 @@ RUN addgroup -g 1001 -S nodejs
31
RUN adduser -S nextjs -u 1001
32
33
# You only need to copy next.config.js if you are NOT using the default configuration
34
-# COPY --from=builder /app/next.config.js ./
+COPY --from=builder /app/next.config.js ./
35
COPY --from=builder /app/public ./public
36
COPY --from=builder --chown=nextjs:nodejs /app/.next ./.next
37
COPY --from=builder /app/node_modules ./node_modules
0 commit comments