Skip to content

Commit

Permalink
app server: listen on all addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Apr 12, 2019
1 parent 5663726 commit f8bd535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocrd.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from app import app

app.run(debug=True)
app.run(debug=True, host='0.0.0.0')

0 comments on commit f8bd535

Please sign in to comment.