Skip to content

Commit

Permalink
fix(dockerfile): remove HEALTHCHECK CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
bugerry87 authored Oct 17, 2023
1 parent 68771ce commit 25a763e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,4 @@ EXPOSE 50051
USER root
USER node

HEALTHCHECK CMD ["/bin/grpc_health_probe", "-addr=:50051"]

CMD [ "npm", "start" ]

0 comments on commit 25a763e

Please sign in to comment.