Skip to content

Commit bb48ef8

Browse files
committed
whoops
1 parent 00089ee commit bb48ef8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ echo "🏃‍♂️ Running migrations"
1212
python -m alembic upgrade head
1313

1414
echo "⛵️ Launching Arq"
15-
arq app.tasks.worker.WorkerSettings
15+
arq app.tasks.worker.WorkerSettings &
1616

1717
echo "🔦 Launching FastAPI"
18-
uvicorn app.fastapi:app --host 0.0.0.0 --port 8989 --reload
18+
uvicorn app.fastapi:app --host 0.0.0.0 --port 8989 --reload

0 commit comments

Comments
 (0)