We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b415c5 commit c68b430Copy full SHA for c68b430
1 file changed
Dockerfile
@@ -14,6 +14,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
14
15
# First copy only the lockfile to leverage Docker cache
16
COPY uv.lock .
17
+COPY pyproject.toml .
18
# Install dependencies using uv with caching
19
RUN --mount=type=cache,target=/root/.cache/uv \
20
uv sync --locked --all-extras
0 commit comments