Added healthcheck
This commit is contained in:
parent
ea926b5276
commit
dd7cde695a
1 changed files with 2 additions and 0 deletions
2
www.spee.ch/healthcheck.sh
Normal file
2
www.spee.ch/healthcheck.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
curl --fail http://localhost:3000/ || exit 1
|
Loading…
Reference in a new issue