We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00089ee commit bb48ef8Copy full SHA for bb48ef8
docker-entrypoint.sh
@@ -12,7 +12,7 @@ echo "🏃♂️ Running migrations"
12
python -m alembic upgrade head
13
14
echo "⛵️ Launching Arq"
15
-arq app.tasks.worker.WorkerSettings
+arq app.tasks.worker.WorkerSettings &
16
17
echo "🔦 Launching FastAPI"
18
-uvicorn app.fastapi:app --host 0.0.0.0 --port 8989 --reload
+uvicorn app.fastapi:app --host 0.0.0.0 --port 8989 --reload
0 commit comments