fixed caching due to docs symlink

This commit is contained in:
John Lancaster
2026-07-31 15:39:09 -05:00
parent bc21643e8c
commit cd11ea8255
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
--mount=type=bind,source=uv.lock,target=uv.lock \
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \
--mount=type=bind,source=src/,target=src/ \
uv sync --no-editable
uv sync --no-editable --refresh-package prompts
USER appuser