Skip to content

Commit

Permalink
fix heroku deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
drkane committed Jul 12, 2017
1 parent c29a880 commit 6ab3da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: python server/server.py -p $PORT -h "0.0.0.0" --server "gunicorn"
web: python server/server.py --port $PORT --host "0.0.0.0" --server "gunicorn"

0 comments on commit 6ab3da0

Please sign in to comment.