put entrypoint in own file
This commit is contained in:
8
entrypoint.sh
Normal file
8
entrypoint.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
echo "Rendering dagster.yaml from template..."
|
||||
envsubst < dagster.yaml.template > dagster.yaml
|
||||
|
||||
echo "Starting Dagster: $@"
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user