Remove .env and adjust entrypoint
.env is no longer needed since env variables are in Dockerfile now
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user