Docker Test with Nginx

This commit is contained in:
Yûki VACHOT 2022-02-01 16:27:57 +01:00
parent 886f22ac85
commit 1a3bee1846
14 changed files with 70 additions and 34 deletions

7
app.py
View file

@ -1,7 +0,0 @@
from . import create_app
import os
app = create_app(os.environ.get('FLASK_ENV', None))
if __name__ == "__main__":
app.run(host='0.0.0.0', DEBUG=True)