Add production Docker deployment

This commit is contained in:
암냥 2026-09-02 00:22:24 +09:00
commit f1e0e67704
4 changed files with 73 additions and 0 deletions

View file

@ -4,6 +4,7 @@ version = "1.0.0"
requires-python = ">=3.10"
dependencies = [
"flask>=3.0,<4.0",
"gunicorn>=23.0,<24.0",
"pyjwt>=2.8,<3.0",
]