Add Dockerfile

This commit is contained in:
Oliver Traber 2024-04-20 03:07:54 +02:00
parent 0ea0cb9d98
commit 8e23f63d36
Signed by: Bluemedia
GPG key ID: C0674B105057136C
3 changed files with 95 additions and 1 deletions

View file

@ -14,6 +14,7 @@ uvicorn = {extras = ["standard"], version = "^0.28.0"}
websockets = "^12.0"
sqlalchemy = "^2.0.28"
alembic = "^1.13.1"
gunicorn = "^22.0.0"
[build-system]
requires = ["poetry-core"]