Skip to content

Commit cb59a26

Browse files
committed
Updated dockerfile
1 parent b8df662 commit cb59a26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wsgi.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from app import app
1+
from app import app as application
22

33
if __name__ == "__main__":
4-
app.run()
4+
application.run()

0 commit comments

Comments
 (0)