unwind/entrypoint.sh

5 lines
52 B
Bash
Raw Normal View History

#!/bin/sh -eu
alembic upgrade head
exec ./run "$@"