diff --git a/gunicorn.conf b/gunicorn.conf index 4c493c1..2192079 100644 --- a/gunicorn.conf +++ b/gunicorn.conf @@ -1,3 +1,3 @@ [program:gunicorn] command=/usr/local/bin/gunicorn wsgi:app -b localhost:5000 -directory=/deploy/app \ No newline at end of file +directory=/app \ No newline at end of file