Skip to content

Commit f25036b

Browse files
Remove uv.lock copyin
1 parent add1f8f commit f25036b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM python:3.13-slim AS build
33
COPY --from=ghcr.io/astral-sh/uv:0.8.21 /uv /uvx /bin/
44
ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy
5-
COPY uv.lock pyproject.toml spectre_utils /opt
5+
COPY pyproject.toml spectre_utils /opt
66
RUN --mount=type=cache,target=/root/.cache/uv \
77
uv sync --no-install-project --no-dev
88
RUN --mount=type=cache,target=/root/.cache/uv \

0 commit comments

Comments
 (0)