diff --git a/server/Dockerfile b/server/Dockerfile index 284596d16..92f8936ed 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -31,9 +31,6 @@ RUN --mount=type=cache,target=/root/.cache/uv \ # Installing separately from its dependencies allows optimal layer caching COPY server/ /app -# Copy the utils directory from the parent project -COPY utils /app/utils - RUN --mount=type=cache,target=/root/.cache/uv \ uv sync --no-dev