瀏覽代碼

Disable healthcheck in Dockerfile as well

Sylvain Huguet 1 年之前
父節點
當前提交
483e2835c4
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -26,7 +26,7 @@ RUN npm cache clean --force \
 
 
 EXPOSE 4100
 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" ]
 CMD [ "npm", "start" ]