diff --git a/Dockerfile b/Dockerfile index df71c174..c7cc055b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,6 +36,4 @@ EXPOSE 50051 USER root USER node -HEALTHCHECK CMD ["/bin/grpc_health_probe", "-addr=:50051"] - CMD [ "npm", "start" ]