TelegramAktienBot/frontend/deploy/healthcheck.sh

4 lines
71 B
Bash
Raw Normal View History

#!/usr/bin/env sh
2022-04-04 14:05:55 +00:00
curl -s http://localhost:80/ -o /dev/null || exit 1