From d7180be26ddbcf159b1c7f5f269c2dbdf0cf0ee6 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 9 Feb 2017 17:26:59 -0500 Subject: [PATCH] procfile --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..f89c536 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: gunicorn server:app \ No newline at end of file