diff --git a/gunicorn.sh b/gunicorn.sh index 5a57dd1..5feecf1 100644 --- a/gunicorn.sh +++ b/gunicorn.sh @@ -1,2 +1,2 @@ #!/bin/sh -gunicorn --chdir app wsgi:app -w 2 --threads 2 -b 0.0.0.0:80 \ No newline at end of file +gunicorn wsgi:app -w 2 --threads 2 -b 0.0.0.0:80 \ No newline at end of file