From 43660237ca9d4db2bcb3019f6bb0436d6a285228 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 24 Apr 2012 13:47:28 -0400 Subject: [PATCH] port -b 0.0.0.0:$PORT --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 8001d1a..191614f 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn app:app \ No newline at end of file +web: gunicorn app:app -b 0.0.0.0:$PORT \ No newline at end of file