From ae959205d90c520615b0a77a461d7ce705adbe83 Mon Sep 17 00:00:00 2001 From: Christopher Charbonneau Wells Date: Mon, 23 Oct 2017 04:37:23 -0400 Subject: [PATCH] Add Heroku Procfile. --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 00000000..905cd940 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: gunicorn babybuddy.wsgi:application --timeout 30 --log-file - \ No newline at end of file