diff --git a/Dockerfile b/Dockerfile index 1982521..ec04ade 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,5 +6,5 @@ RUN npm install && npm cache clean --force COPY . . EXPOSE 8000 -HEALTHCHECK CMD curl -f http://localhost:8000/ +HEALTHCHECK CMD curl -f http://localhost:8000/status CMD ["npm", "run", "start"] \ No newline at end of file