Extracted frontend from webservice to new directory
Updated directory structure Updated .gitignore
This commit is contained in:
2
frontend/deploy/healthcheck.sh
Normal file
2
frontend/deploy/healthcheck.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env sh
|
||||
curl -s http://localhost:80/ -o /dev/null || exit 1
|
Reference in New Issue
Block a user