fix: fix healthcheck
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Robert Kaussow 2022-01-17 12:14:08 +01:00
parent 9c85b88e61
commit c620242da5
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ set -eo pipefail
URL=http://127.0.0.1:8080/alive
! wget --quiet --tries=1 --spider ${URL} || exit 1
wget --quiet --tries=1 --spider ${URL} || exit 1
exit 0