From fdc8ec8dfe1089883e1678d74bfe859822ea99bc Mon Sep 17 00:00:00 2001 From: Christine Cadence Dodrill Date: Mon, 29 Dec 2014 13:33:31 -0800 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 0000000..0e5f2e5 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: gunicorn main:app --log-file -