summaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
authorluccioman <luccioman@users.noreply.github.com>2016-07-06 22:14:40 +0200
committerluccioman <luccioman@users.noreply.github.com>2016-07-06 22:14:40 +0200
commitb57a06d88e2eae946b09e9a82818e5c13d295e8c (patch)
tree633fa499d57e1f73881b66506c0e78064fa23cc0 /Procfile
parent66fea8add12c5b15e4de252647fc8bd5e70aafa5 (diff)
Let Heroku decide which http port to use
Diffstat (limited to 'Procfile')
-rwxr-xr-xProcfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index c80972424..65a9880e6 100755
--- a/Procfile
+++ b/Procfile
@@ -1 +1 @@
-web: java $JAVA_OPTS -classpath target/classes:lib/* net.yacy.yacy \ No newline at end of file
+web: java $JAVA_OPTS -Dhttp.port=$PORT -classpath target/classes:lib/* net.yacy.yacy \ No newline at end of file