Refactor Dockerfile to use entrypoint script, update requirements for bcrypt, and enhance FastAPI app with optional user retrieval and improved error handling

This commit is contained in:
smueller
2026-07-03 11:48:43 +02:00
parent 995740937e
commit 0d7729287f
6 changed files with 59 additions and 19 deletions

View File

@@ -5,7 +5,7 @@ sqlalchemy
alembic
python-multipart
httpx
passlib[bcrypt]
bcrypt
python-jose[cryptography]
pydantic-settings
email-validator