Explorar o código

Update procfile to use uwsgi config file

Jake Howard %!s(int64=2) %!d(string=hai) anos
pai
achega
4e2dc15b01
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Procfile

+ 1 - 1
Procfile

@@ -1,2 +1,2 @@
 release: yes "yes" | python manage.py migrate
-web: uwsgi --http-socket=:$PORT --master --workers=2 --threads=8 --die-on-term --wsgi-file=bakerydemo/wsgi.py  --static-map /media/=/app/bakerydemo/media/ --offload-threads 1
+web: uwsgi ./etc/uwsgi.ini