From fe2a7dadaa04b824e3def735536dafbc85b807f7 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 27 Sep 2011 22:01:10 -0400 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..11bcc81 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: gunicorn httpbin:app -b "0.0.0.0:$PORT" -w 3 \ No newline at end of file