Bearbeiten Button hinzugefügt

This commit is contained in:
kai
2026-08-25 11:41:57 +02:00
parent a90f0154c3
commit 293777ff7f
8 changed files with 1188 additions and 536 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ FROM python:3.13-slim
WORKDIR /app
RUN pip install --no-cache-dir fastapi uvicorn "psycopg[binary]" python-multipart jinja2 httpx
RUN pip install --no-cache-dir fastapi uvicorn "psycopg[binary]" python-multipart jinja2 httpx bcrypt
COPY . .