mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-27 17:36:25 +02:00
add docker-compose and readme
This commit is contained in:
parent
751e0371d8
commit
11e224eb4d
8 changed files with 94 additions and 7 deletions
|
|
@ -77,4 +77,5 @@ def chat():
|
|||
}), 500
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(host=os.getenv('HOST', '0.0.0.0'), port=int(os.getenv('PORT', 3001)), debug=True)
|
||||
print("Starting Flask server...")
|
||||
app.run(port=5000, debug=True)
|
||||
Loading…
Add table
Add a link
Reference in a new issue