diff --git a/Procfile b/Procfile
index 10c02ca49d8080a814ed025590c6597d316d646d..2847bc7760de00dbe968e37663c23e3e3fbb01b5 100644
--- a/Procfile
+++ b/Procfile
@@ -1,2 +1,2 @@
 release: python manage.py migrate
-web: gunicorn project_django.wsgi --log-file -
\ No newline at end of file
+web: python manage.py migrate && gunicorn sirest.wsgi
\ No newline at end of file