added gunicorn and updated to the last version of server monitorizare
This commit is contained in:
@@ -5,4 +5,4 @@ app = create_app(os.environ.get('FLASK_ENV', 'development'))
|
||||
|
||||
if __name__ == '__main__':
|
||||
port = int(os.environ.get('PORT', 5003))
|
||||
app.run(host='127.0.0.1', port=port)
|
||||
app.run(host='0.0.0.0', port=port)
|
||||
|
||||
Reference in New Issue
Block a user