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 0625c13 commit 9ddecce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ EXPOSE 50051
USER root
USER node

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

0 comments on commit 9ddecce

Please sign in to comment.