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