diff --git a/Dockerfile b/Dockerfile index 6ae3c81..4a78d8c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,5 +4,4 @@ COPY package*.json ./ RUN npm install --omit=dev COPY . . EXPOSE 3000 -HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 CMD wget -qO- http://localhost:3000/health || exit 1 CMD ["node", "server.js"]