Skip to content

Commit

Permalink
Use PORT env var for foreman
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhobbs committed May 15, 2012
1 parent 4088ae5 commit e1c465e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
@@ -1 +1 @@
web: gunicorn app:app -b 0.0.0.0:5000 -w 10 web: gunicorn app:app -b 0.0.0.0:$PORT -w 10

0 comments on commit e1c465e

Please sign in to comment.