From 894aa08629be125fd9507c3830d236862f75cce2 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Thu, 27 Aug 2015 00:42:28 -0400 Subject: [PATCH] Use correct $PORT --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 9861644..c3936b2 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: bundle exec rackup +web: bundle exec rackup -p $PORT