Skip to content

Commit

Permalink
Remove docker entry-point
Browse files Browse the repository at this point in the history
  • Loading branch information
maiquanghiep committed Aug 5, 2024
1 parent d6fd426 commit 165426e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,5 @@ COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
# Uncomment the following line to disable telemetry at run time
ENV NEXT_TELEMETRY_DISABLED 1

ENTRYPOINT ["/app/docker-entrypoint.sh"]
CMD ["node", "server.js"]
STOPSIGNAL SIGTERM
15 changes: 0 additions & 15 deletions docker-entrypoint.sh

This file was deleted.

0 comments on commit 165426e

Please sign in to comment.