We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f19962 commit 8cbad5aCopy full SHA for 8cbad5a
Dockerfile
@@ -24,7 +24,8 @@ COPY --from=ghcr.io/astral-sh/uv:0.7.8 /uv /uvx /bin/
24
COPY frontend/dist ${UI_HOME}/dist
25
26
# Install dependencies
27
-RUN --mount=type=cache,target=/root/.cache/uv \
+RUN test -f "./uv.lock" && \
28
+ --mount=type=cache,target=/root/.cache/uv \
29
--mount=type=bind,source=backend/uv.lock,target=uv.lock \
30
--mount=type=bind,source=backend/pyproject.toml,target=pyproject.toml \
31
uv sync --frozen --no-install-project
0 commit comments