fix healthcheck port
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2019-09-29 12:15:45 +02:00
parent 433d78b96b
commit 6d8958cb77

View File

@ -1,7 +1,7 @@
#!/bin/sh
set -eo pipefail
URL=http://localhost
URL=http://localhost:8080
wget --quiet --tries=1 --spider ${URL}
[ $? -ne 0 ] && exit 1