unwind/entrypoint.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
52 B
Bash
Raw Normal View History

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