Skip to content

Commit e8a255d

Browse files
committed
Copy in uv.lock and pyproject.toml to Dockerfile
1 parent 462179a commit e8a255d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/hip-3-pusher/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ ENV UV_LINK_MODE=copy
1313
# Ensure installed tools can be executed out of the box
1414
ENV UV_TOOL_BIN_DIR=/usr/local/bin
1515

16+
COPY uv.lock .
17+
COPY pyproject.toml .
18+
1619
# Install the project's dependencies using the lockfile and settings
1720
RUN --mount=type=cache,target=/root/.cache/uv \
1821
--mount=type=bind,source=uv.lock,target=uv.lock \

0 commit comments

Comments
 (0)