#!/usr/bin/env bash if [ ! -f .env ]; then cp /data/.env.template .env fi set -a source .env set +a exec "$@"