Update healthcheck.sh
This commit is contained in:
parent
1f0bff5ecc
commit
75ea2671d4
@ -1,2 +1,3 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
curl -s http://localhost:80/ -o /dev/null || exit 1
|
curl -s http://localhost:80/ -o /dev/null || exit 1
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
curl -s http://localhost:80/ -o /dev/null || exit 1
|
curl -s http://localhost:80/ -o /dev/null || exit 1
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
#!/usr/bin/env sh
|
|
||||||
curl -s http://localhost:80/ -o /dev/null || exit 1
|
|
Loading…
Reference in New Issue
Block a user