@@ -53,4 +53,8 @@ if [[ -n "${APP_PORT:-}" ]]; then
|
||||
export APP_PORT
|
||||
fi
|
||||
|
||||
if [[ -n "${APP_PUBLIC_PORT:-}" ]]; then
|
||||
export APP_PUBLIC_PORT
|
||||
fi
|
||||
|
||||
bash scripts/deploy_docker.sh "$COMPOSE_FILE" "$ENV_FILE"
|
||||
|
||||
Reference in New Issue
Block a user