TelegramAktienBot/webservice/deploy/healthcheck.sh

3 lines
70 B
Bash

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