diff --git a/Dockerfile b/Dockerfile index 66e15aa..19ddd87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,25 +20,22 @@ WORKDIR /app RUN --mount=type=cache,target=/root/.cache/uv \ --mount=type=bind,source=uv.lock,target=uv.lock \ - --mount=type=bind,source=pyproject.toml,target=pyproject.toml <