Skip to content

Commit

Permalink
build: add dockerfile and gunicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
ttpss930141011 committed Sep 26, 2023
1 parent 98e3ad4 commit a42f132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@


if __name__ == "__main__":
app = create_flask_postgresql_app(Config, logger)
app.run(host="0.0.0.0", port=Config.PORT, debug=True)
wsgi = create_flask_postgresql_app(Config, logger)
wsgi.run(host="0.0.0.0", port=Config.PORT, debug=True)

0 comments on commit a42f132

Please sign in to comment.