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 462179a commit e8a255dCopy full SHA for e8a255d
apps/hip-3-pusher/Dockerfile
@@ -13,6 +13,9 @@ ENV UV_LINK_MODE=copy
13
# Ensure installed tools can be executed out of the box
14
ENV UV_TOOL_BIN_DIR=/usr/local/bin
15
16
+COPY uv.lock .
17
+COPY pyproject.toml .
18
+
19
# Install the project's dependencies using the lockfile and settings
20
RUN --mount=type=cache,target=/root/.cache/uv \
21
--mount=type=bind,source=uv.lock,target=uv.lock \
0 commit comments