This commit is contained in:
John
2025-04-27 13:51:36 +12:00
parent c35fabe6e7
commit 13b1327da7
12 changed files with 11 additions and 63 deletions

View File

@ -12,4 +12,3 @@ _is_container_running $CONTAINER_NAME || die "Service is not running - did not f
# || die "Service is not healthy - did not get OK response from /health endpoint."
echo "Service is healthy"
exit 0