tomishinets.v 6 years ago
parent
commit
864ad60c96
1 changed files with 1 additions and 1 deletions
  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 \