docker: maintain uv sync cache

This commit is contained in:
Aron BenDaniel
2025-10-28 18:28:37 -04:00
parent b99465037c
commit 38c7af3408
3 changed files with 3 additions and 1994 deletions
+1
View File
@@ -11,3 +11,4 @@ build
.venv
.env
*log
uv.lock
+2 -1
View File
@@ -31,8 +31,9 @@ WORKDIR /app
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
COPY src/api/ /app
COPY src/api/pyproject.toml /app
RUN uv sync
COPY src/api/ /app
COPY --from=0 /build/build /app/src/build
RUN ln -s /app/src/pdf/fonts /tmp/fonts
-1993
View File
File diff suppressed because it is too large Load Diff