Explorar o código

Disable healthcheck

OBT-SYSADM\tomishinets %!s(int64=6) %!d(string=hai) anos
pai
achega
5e07d9ce74
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -13,7 +13,7 @@ ENV PATH=$CATALINA_HOME/bin:$PATH \
     APPNET=labnetwork \
     ADMIN_HOST=admin-lab
 EXPOSE 8090 9000 2551
-HEALTHCHECK --start-period=30s --interval=15s --timeout=5s --retries=2 CMD /tmp/healthcheck.sh
+#HEALTHCHECK --start-period=30s --interval=15s --timeout=5s --retries=2 CMD /tmp/healthcheck.sh
 ARG repo=prod
 ARG version=16.1
 RUN set -x \