Skip to content

Commit

Permalink
Merge pull request #23 from wp-media/develop
Browse files Browse the repository at this point in the history
Set app to listen on all addresses
  • Loading branch information
MathieuLamiot authored Aug 9, 2023
2 parents 42c273a + b918697 commit 5ff99a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
app.setup()
# Start the server on port 3000
if __name__ == "__main__":
app.run()
app.run(host='0.0.0.0')

0 comments on commit 5ff99a0

Please sign in to comment.