geeksbot_v2/entrypoint
2019-12-11 23:51:35 -09:00

13 lines
163 B
Bash
Executable File

#!/bin/sh
set -o errexit
set -o pipefail
set -o nounset
source .env
# Check Redis is up
# Check Web API is up with simple curl of hostcheck
python -m geeksbot