From bd4a49453f855c86487e8d63b531e50de4c43fb5 Mon Sep 17 00:00:00 2001 From: Michele de Barros Santos Date: Mon, 9 Oct 2023 21:24:44 -0300 Subject: [PATCH] fix: app no proc --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 06a5728..639953d 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python manage.py migrate && gunicorn hashflix.wsgi --log-file - \ No newline at end of file +web: sh -c "python manage.py migrate && gunicorn hashflix.wsgi --log-file -" \ No newline at end of file