diff --git a/Procfile b/Procfile index 25c2f6e3..16df2730 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,2 @@ +release: alembic upgrade head web: gunicorn app:app -k uvicorn.workers.UvicornWorker --workers=4 --timeout 60 --bind 0.0.0.0