Skip to content

Commit 6421c64

Browse files
author
Iliyan Vutoff
committed
Add missing host parameter to the Flask server
1 parent 6549d8a commit 6421c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ def hello_world():
1111

1212

1313
if __name__ == "__main__":
14-
app.run(port=os.environ.get("PORT", 5000))
14+
app.run(port=os.environ.get("PORT", 5000), host="0.0.0.0")

0 commit comments

Comments
 (0)