diff --git a/docker/local-node/entrypoint.sh b/docker/local-node/entrypoint.sh index 3cb082d824fb..9987fcbb368d 100755 --- a/docker/local-node/entrypoint.sh +++ b/docker/local-node/entrypoint.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -ea # These 3 env variables must be provided. if [ -z "$DATABASE_URL" ]; then