Skip to content

Commit 055c2f0

Browse files
committed
Otherwise docker cannot publish the port to localhost.
1 parent d4a5253 commit 055c2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ def handler(environ, start_response):
1414
return app(environ, start_response)
1515

1616
if __name__ == '__main__':
17-
app.run()
17+
app.run(host='0.0.0.0')

0 commit comments

Comments
 (0)