Added healthcheck

This commit is contained in:
Leopere 2018-06-01 16:31:00 -04:00
parent ea926b5276
commit dd7cde695a

View file

@ -0,0 +1,2 @@
#!/bin/bash
curl --fail http://localhost:3000/ || exit 1