Skip to content

Commit

Permalink
Merge pull request #281 from inbo/250_setup_data_quality_filter_service
Browse files Browse the repository at this point in the history
  • Loading branch information
katya-shaleninova authored Jan 28, 2025
2 parents 5e6ec1e + 9d38556 commit c7173b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/dqf-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c7173b6

Please sign in to comment.