feat: add settings

This commit is contained in:
2026-04-06 01:09:02 +02:00
parent 20e41f7680
commit 6e8a4af40d
11 changed files with 425 additions and 45 deletions

View File

@@ -10,7 +10,6 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY backend/ ./
COPY frontend/dist/ ./static/
EXPOSE 8080
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8080"]