1
0
Эх сурвалжийг харах

Disable healthcheck in Dockerfile as well

Sylvain Huguet 1 жил өмнө
parent
commit
483e2835c4
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -26,7 +26,7 @@ RUN npm cache clean --force \
 
 EXPOSE 4100
 
-HEALTHCHECK  --interval=5m --timeout=3s \
-  CMD wget --no-verbose --tries=1 --spider http://localhost:4100/ || exit 1
+# HEALTHCHECK  --interval=5m --timeout=3s \
+#   CMD wget --no-verbose --tries=1 --spider http://localhost:4100/ || exit 1
 
 CMD [ "npm", "start" ]