Remove .env and adjust entrypoint

.env is no longer needed since env variables are in Dockerfile now
This commit is contained in:
Dustin Pianalto
2019-12-23 21:42:17 -09:00
parent 0fab3b5a2b
commit d50c207ec4
2 changed files with 0 additions and 12 deletions
-2
View File
@@ -4,8 +4,6 @@ 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