docker-compose
This commit is contained in:
2
app.py
2
app.py
@ -278,4 +278,4 @@ def create_db():
|
||||
print('Database created.')
|
||||
|
||||
if __name__ == '__main__':
|
||||
socketio.run(app, debug=True)
|
||||
socketio.run(app, host='0.0.0.0', port=8000, debug=True)
|
@ -1,5 +1,3 @@
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
|
Reference in New Issue
Block a user