fix: fix healthcheck
This commit is contained in:
parent
9c85b88e61
commit
c620242da5
@ -5,6 +5,6 @@ set -eo pipefail
|
|||||||
|
|
||||||
URL=http://127.0.0.1:8080/alive
|
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
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user