use 127.0.0.1 for healthcheck instead of localhost
This commit is contained in:
parent
f6a412fbd2
commit
580444d589
@ -1,2 +1,2 @@
|
|||||||
* INTERNAL
|
* INTERNAL
|
||||||
* simplify repo structure and ci
|
* use 127.0.0.1 for healthcheck instead of localhost
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -eo pipefail
|
set -eo pipefail
|
||||||
|
|
||||||
URL=http://localhost:8080
|
URL=http://127.0.0.1:8080
|
||||||
|
|
||||||
wget --quiet --tries=1 --spider ${URL}
|
wget --quiet --tries=1 --spider ${URL}
|
||||||
[ $? -ne 0 ] && exit 1
|
[ $? -ne 0 ] && exit 1
|
||||||
|
Reference in New Issue
Block a user