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 879af35 commit 054e10a
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 @@ -36,5 +36,4 @@ EXPOSE 50051
USER root
USER node

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

0 comments on commit 054e10a

Please sign in to comment.