diff --git a/Dockerfile b/Dockerfile index e3e34623..f12b2b40 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,5 +6,5 @@ WORKDIR /app VOLUME psycop-common COPY . /app -RUN --mount=type=cache,target=/root/.cache/pip \ - pip install . \ No newline at end of file +RUN --mount=type=cache,target=/root/.cache/uv \ + uv sync --frozen --all-extras \ No newline at end of file