chore: snapshot workflow migration progress
This commit is contained in:
+6
-1
@@ -7,4 +7,9 @@ echo "Seeding templates and admin user..."
|
||||
python seed.py
|
||||
|
||||
echo "Starting API server..."
|
||||
exec uvicorn app.main:app --host 0.0.0.0 --port 8888 --reload
|
||||
exec uvicorn app.main:app \
|
||||
--host 0.0.0.0 \
|
||||
--port 8888 \
|
||||
--reload \
|
||||
--reload-dir /app/app \
|
||||
--reload-dir /app/alembic
|
||||
|
||||
Reference in New Issue
Block a user