From e6a6df57fdd9f26fbd37571c5db0b57b7770b71f Mon Sep 17 00:00:00 2001 From: Jesse Stuart Date: Mon, 8 Oct 2012 15:22:16 -0400 Subject: [PATCH] User $PORT in procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 718d582..4fd3163 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: bundle exec puma +web: bundle exec puma -p $PORT