diff --git a/Procfile b/Procfile index 5a5afe7b..fdfd16a4 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn -k uvicorn.workers.UvicornWorker metakb.main:app --timeout 1000 --log-level debug \ No newline at end of file +web: cd src && gunicorn -k uvicorn.workers.UvicornWorker metakb.main:app --timeout 1000 --log-level debug