We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6fd426 commit 165426eCopy full SHA for 165426e
Dockerfile
@@ -51,6 +51,5 @@ COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
51
# Uncomment the following line to disable telemetry at run time
52
ENV NEXT_TELEMETRY_DISABLED 1
53
54
-ENTRYPOINT ["/app/docker-entrypoint.sh"]
55
CMD ["node", "server.js"]
56
STOPSIGNAL SIGTERM
docker-entrypoint.sh
0 commit comments