From ed3ddbd4c93b8ec188942930b3889c52c943a50f Mon Sep 17 00:00:00 2001 From: Nemanja Pavlovic Date: Fri, 27 Oct 2023 15:40:55 +0200 Subject: [PATCH] Added EOL to Procfile --- server/Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Procfile b/server/Procfile index 3fcc802..1df6053 100644 --- a/server/Procfile +++ b/server/Procfile @@ -3,4 +3,4 @@ wamp: python3 -u ws.py work: celery -A worker worker beat: celery -A worker beat capi: gunicorn -c gunicorn_config.py content_api.wsgi -papi: gunicorn -c gunicorn_config.py prod_api.wsgi \ No newline at end of file +papi: gunicorn -c gunicorn_config.py prod_api.wsgi