From 9d385566cf79ab94b37894005c8af8da841161b7 Mon Sep 17 00:00:00 2001 From: kshaleninova Date: Tue, 28 Jan 2025 08:59:54 +0100 Subject: [PATCH] #250 - still the rename --- docker/dqf-service/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/dqf-service/Dockerfile b/docker/dqf-service/Dockerfile index c60336a..11aec30 100644 --- a/docker/dqf-service/Dockerfile +++ b/docker/dqf-service/Dockerfile @@ -24,6 +24,6 @@ ARG VERSION=2.0.0-SNAPSHOT LABEL ala.version=${VERSION} COPY --from=builder /project/build/libs/data-quality-filter-service-${VERSION}-plain.war ${CATALINA_HOME}/webapps/dqf-service.war -COPY data-quality-filter-service.xml ${CATALINA_HOME}/conf/portal/localhost/dqf-service.xml +COPY dqf-service.xml ${CATALINA_HOME}/conf/portal/localhost/dqf-service.xml -HEALTHCHECK CMD curl --fail --silent http://localhost:8080/data-quality-filter-service/actuator/health || exit 1 +HEALTHCHECK CMD curl --fail --silent http://localhost:8080/dqf-service/actuator/health || exit 1