mirror of
https://github.com/kevin-DL/full-stack-fastapi-postgresql.git
synced 2026-01-12 02:05:14 +00:00
🔊 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} \
|
||||
sh ./scripts/build.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user