@ -1,2 +1,2 @@
#!/bin/sh
gunicorn --chdir app wsgi:app -w 2 --threads 2 -b 0.0.0.0:80
gunicorn wsgi:app -w 2 --threads 2 -b 0.0.0.0:80