feat: run alembic patches at container start
This commit is contained in:
parent
dd39849b8d
commit
63f8a98dfa
2 changed files with 9 additions and 2 deletions
4
entrypoint.sh
Executable file
4
entrypoint.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh -eu
|
||||
|
||||
alembic upgrade head
|
||||
exec ./run "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue