서버 배포 설정: wsgi.py, gunicorn, start.sh

This commit is contained in:
user01
2026-05-25 02:26:42 +09:00
parent ef9997939e
commit c434e64fb8
4 changed files with 13 additions and 1 deletions

4
wsgi.py Normal file
View File

@@ -0,0 +1,4 @@
from app import app
if __name__ == '__main__':
app.run()