From cbe94dffc8c9f5b98cf0a37b9b444d400eec19aa Mon Sep 17 00:00:00 2001 From: Tony Date: Fri, 24 Dec 2021 10:01:15 -0600 Subject: [PATCH] add procfile --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..c6d5d2b --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: gunicorn benchcoachproject.wsgi \ No newline at end of file