Resolve "Create a docker image"

This commit is contained in:
jfriedli 2019-08-28 08:33:28 -07:00 committed by jvoisin
parent 08ce6aed76
commit 3a3d122755
9 changed files with 85 additions and 12 deletions

View file

@ -187,6 +187,7 @@ def create_app(test_config=None):
return app
app = create_app()
if __name__ == '__main__': # pragma: no cover
create_app().run()
app.run()