Skip to content

Commit

Permalink
Tornando possível rodar em docker:
Browse files Browse the repository at this point in the history
Trocando debug para False e host para 0.0.0.0
  • Loading branch information
Oesterd committed Mar 1, 2024
1 parent 69904a1 commit d191d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,4 +260,4 @@ def drawer_demo(opened, width):


if __name__ == "__main__":
app.run(debug=True, host="127.0.0.1")
app.run(debug=False, host="0.0.0.0")

0 comments on commit d191d1a

Please sign in to comment.