From 3e397ba4f1c81bc8a50a7922f305bd2af98fdb5a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 14 Dec 2011 23:06:41 -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..a8e3aee --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: gunicorn app:app -b "0.0.0.0:$PORT" -w 9 \ No newline at end of file