aboutsummaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
authorNat Lasseter <user@4574.co.uk>2022-06-13 21:05:03 +0100
committerNat Lasseter <user@4574.co.uk>2022-06-13 21:05:03 +0100
commita76a0ed2dc7a9e5b3ebedf5c8ff201cbfb5b6077 (patch)
treee19be96c92b2a860edfda58b6c9b242241683f97 /Procfile
parentcd7ef2200d01adfc896c531a07031a188f98a006 (diff)
Fix port and gems
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index 3db3460..2bfc479 100644
--- a/Procfile
+++ b/Procfile
@@ -1 +1 @@
-web: bundle exec thin -R planed.ru -e $RACK_ENV start
+web: bundle exec thin -R planed.ru -e $RACK_ENV -p $PORT start