diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2016-07-06 22:14:40 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2016-07-06 22:14:40 +0200 |
| commit | b57a06d88e2eae946b09e9a82818e5c13d295e8c (patch) | |
| tree | 633fa499d57e1f73881b66506c0e78064fa23cc0 /Procfile | |
| parent | 66fea8add12c5b15e4de252647fc8bd5e70aafa5 (diff) | |
Let Heroku decide which http port to use
Diffstat (limited to 'Procfile')
| -rwxr-xr-x | Procfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
