Add production Docker deployment
This commit is contained in:
parent
ca4d5af818
commit
f1e0e67704
4 changed files with 73 additions and 0 deletions
|
|
@ -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",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue