diff --git a/Dockerfile b/Dockerfile index 7a13212..9ac810e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ WORKDIR /build # Copy dependencies COPY pyproject.toml ./ -COPY wheels/ ./wheels/ 2>/dev/null || true +COPY wheels/ ./wheels/ # Build venv RUN uv venv /build/venv --python python3.10 && \