Updates and fixes.

This commit is contained in:
2025-12-19 11:26:26 +01:00
parent 6c0dc5f3d8
commit 4ce795228d
28 changed files with 459 additions and 232 deletions

View File

@@ -4,7 +4,7 @@ WORKDIR /app
COPY pyproject.toml ./
RUN uv sync
RUN uv sync --no-cache
COPY . .