#!/bin/sh set -e echo "Rendering dagster.yaml from template..." envsubst < dagster.yaml.template > dagster.yaml echo "Starting Dagster: $@" exec "$@"