#!/usr/bin/env sh set -e PYTHONPATH="/app:${PYTHONPATH}" export PYTHONPATH python -m scripts.run_migrations exec "$@"