Docker buid issue
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
from app import create_app
|
from app import create_app
|
||||||
|
|
||||||
|
app = create_app() # <-- moved here
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app = create_app()
|
|
||||||
app.run(debug=True, port=5000)
|
app.run(debug=True, port=5000)
|
||||||
Reference in New Issue
Block a user