Docker Compose deploy ready
This commit is contained in:
7
backend/entrypoint.sh
Normal file
7
backend/entrypoint.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
alembic upgrade head
|
||||
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user