File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ RUN adduser --system --uid 1001 nextjs
50
50
COPY --from=builder /app/public ./public
51
51
52
52
# Automatically leverage output traces to reduce image size
53
- # https://nextjs.org/docs/advanced-features/ output-file-tracing
53
+ # https://nextjs.org/docs/app/api-reference/config/next-config-js/ output#automatically-copying-traced-files
54
54
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
55
55
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
56
56
@@ -61,6 +61,6 @@ EXPOSE 3000
61
61
ENV PORT=3000
62
62
63
63
# server.js is created by next build from the standalone output
64
- # https://nextjs.org/docs/pages /api-reference/config/next-config-js/output
64
+ # https://nextjs.org/docs/app /api-reference/config/next-config-js/output
65
65
ENV HOSTNAME="0.0.0.0"
66
66
CMD ["node" , "server.js" ]
You can’t perform that action at this time.
0 commit comments