chore: snapshot workflow migration progress

This commit is contained in:
2026-04-12 11:49:04 +02:00
parent 0cd02513d5
commit 3e810c74a3
163 changed files with 31774 additions and 2753 deletions
+6 -1
View File
@@ -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