1 2 3 4 5 6 7 8
#!/bin/bash set -euo pipefail # Production entrypoint # Future phases: add database migrations here # Execute the main command exec "$@"