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

This commit is contained in:
Robert Kaussow 2019-09-29 12:15:45 +02:00
parent 433d78b96b
commit 6d8958cb77
1 changed files with 1 additions and 1 deletions

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