🔊 Add consistent errors for env vars not set (#200)
This commit is contained in:

committed by
GitHub

parent
1a64656267
commit
20fa4ce8fb
@@ -3,7 +3,7 @@
|
||||
# Exit in case of error
|
||||
set -e
|
||||
|
||||
TAG=${TAG} \
|
||||
TAG=${TAG?Variable not set} \
|
||||
FRONTEND_ENV=${FRONTEND_ENV-production} \
|
||||
docker-compose \
|
||||
-f docker-compose.yml \
|
||||
|
Reference in New Issue
Block a user