Update: Docker Compose (without Frontend now)
This commit is contained in:
parent
f1ae473b40
commit
bce2237303
12 changed files with 54 additions and 281 deletions
|
|
@ -5,4 +5,5 @@ app = create_app()
|
|||
|
||||
if __name__ == "__main__":
|
||||
PORT = os.environ.get('PORT', 33507)
|
||||
print('app.run')
|
||||
app.run(host='0.0.0.0', port=PORT, DEBUG=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue