@@ -9,6 +9,7 @@ ENV PATH=$CATALINA_HOME/bin:$PATH \
WORKDIR=$CATALINA_HOME \
DB_CLUSTER=mongodb
EXPOSE 8080 8009 2551
+HEALTHCHECK --start-period=60s --interval=15s --timeout=5s --retries=2 CMD curl -f 127.0.0.1:8080/login || exit 1
ARG repo=prod
RUN set -x \
&& curl https://repo.infoclinica.ru/yum/centos/sds-${repo}-portal.repo -o /etc/yum.repos.d/sds-${repo}-portal.repo \