geeksbot_v2/entrypoint
Dustin Pianalto d50c207ec4 Remove .env and adjust entrypoint
.env is no longer needed since env variables are in Dockerfile now
2019-12-23 21:42:17 -09:00

11 lines
150 B
Bash
Executable File

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