TelegramAktienBot/frontend/deploy/healthcheck.sh
H4CK3R-01 ecc532b752 Extracted frontend from webservice to new directory
Updated directory structure
Updated .gitignore
2022-03-17 17:11:00 +01:00

3 lines
70 B
Bash

#!/usr/bin/env sh
curl -s http://localhost:80/ -o /dev/null || exit 1