mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 23:06:11 +00:00
added alembic upgrade head to backend init script
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd /back
|
||||
uvicorn main:app --proxy-headers --host 0.0.0.0 --port 5000 --workers 3
|
||||
alembic upgrade head && uvicorn main:app --proxy-headers --host 0.0.0.0 --port 5000 --workers 3
|
||||
Reference in New Issue
Block a user