quart run settings and hypercorn on docker/Procfile.
This commit is contained in:
+1
-1
@@ -5,4 +5,4 @@ from .commands import migrate_databases
|
||||
migrate_databases()
|
||||
|
||||
app = create_app()
|
||||
app.run()
|
||||
app.run(host=app.config["HOST"], port=app.config["PORT"])
|
||||
|
||||
Reference in New Issue
Block a user