From b6b85682b7038f069843f7ae5fc2dd13a37078c3 Mon Sep 17 00:00:00 2001 From: kochetkov Date: Thu, 21 Nov 2024 20:28:40 +0300 Subject: [PATCH] Revert "SUPPORT-8737 fix" This reverts commit cd0467d8a097abe24a59d234123f74b9965a22da. --- config/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Dockerfile b/config/Dockerfile index 00534963..18d75928 100644 --- a/config/Dockerfile +++ b/config/Dockerfile @@ -39,4 +39,4 @@ RUN chmod -R +x patches && \ ENV SERVER_START=true COPY --chown=jboss *.ear $JBOSS_HOME/standalone/deployments/ -#HEALTHCHECK --timeout=3s --start-period=3600s CMD curl --fail 127.0.0.1:8080/account-applications/version || exit 1 +HEALTHCHECK --timeout=3s --start-period=3600s CMD curl --fail 127.0.0.1:8080/account-applications/version || exit 1