From 0b44e13ab106f662b772c2ec073bb70b11e56c44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vegard=20Murvold=20Sporst=C3=B8l?= <vegarms@stud.ntnu.no> Date: Tue, 2 Mar 2021 15:56:44 +0100 Subject: [PATCH] Update Procfile --- backend/secfit/Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/secfit/Procfile b/backend/secfit/Procfile index 507db01..908a021 100644 --- a/backend/secfit/Procfile +++ b/backend/secfit/Procfile @@ -1 +1 @@ -web: gunicorn --pythonpath 'backend/secfit' secfit.wsgi --log-file - +web: gunicorn --pythonpath 'backend/secfit/secfit' secfit.wsgi --log-file - -- GitLab