From 0b715e45af1ca45316e76127c17380cb85c0f10b Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Sat, 9 May 2015 16:35:52 +0100 Subject: [PATCH] Add port. --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 76110bf..4916cc6 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: bundle exec puma -t 1:1 -w 1 +web: bundle exec puma -t 1:1 -w 1 -p $PORT