Skip to content

Commit

Permalink
Force port to 80
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwoodworth committed Nov 15, 2024
1 parent d18d6a1 commit b5f159c
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 @@ -12,4 +12,4 @@ def hello_world(): # put application's code here
return f'Hello World! The answer is: {powerString}'

if __name__ == '__main__':
app.run()
app.run(host='0.0.0.0', port=80)

0 comments on commit b5f159c

Please sign in to comment.