diff --git a/backend/secfit/Procfile b/backend/secfit/Procfile
index ca6e941cbc79a8519bfef7475ea15c12cb0b5550..ba06a6b73531b9af517b78b3ad1954e2c30ed274 100644
--- a/backend/secfit/Procfile
+++ b/backend/secfit/Procfile
@@ -1 +1,2 @@
-web: gunicorn app:app
+release: python manage.py migrate
+web: gunicorn secfit.wsgi --log-file -