geeksbot_v2/entrypoint
Dustin Pianalto f07a028417 Remove files for web api
Make modifications to run on ec2
2019-12-11 23:33:22 -09:00

13 lines
163 B
Bash

#!/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