Skip to content

Commit

Permalink
up healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
joelclems committed Jul 13, 2023
1 parent 053dbc9 commit f6513a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_healthcheck.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# docker healthcheck TH
url_test=http://localhost:5000/taxhub/
url_test=http://localhost:5000${TAXHUB_APPLICATION_ROOT}/
if [ ! -f /tmp/container_healthy ]; then
curl -f "${url_test}" || exit 1
touch /tmp/container_healthy
Expand Down

0 comments on commit f6513a7

Please sign in to comment.