Add auto alembic upgrade in container
All checks were successful
Build Container / build (push) Successful in 3m51s
All checks were successful
Build Container / build (push) Successful in 3m51s
This commit is contained in:
@@ -19,6 +19,7 @@ cd ../..
|
||||
|
||||
# Start the backend using uvicorn
|
||||
cd backend
|
||||
alembic upgrade head
|
||||
uvicorn backend:app --host 0.0.0.0 --port 8000 &
|
||||
cd ..
|
||||
|
||||
|
||||
Reference in New Issue
Block a user