From 9d232e5696bf6c445b90adc59bdb4b3f9dec45f6 Mon Sep 17 00:00:00 2001 From: MCP Admin Date: Sat, 13 Jun 2026 00:39:55 +0000 Subject: [PATCH] Fix Docker build: include benches directory for docx_benchmarks --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 36b1df1..e6ddb6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,7 @@ WORKDIR /app # Copy manifests and source COPY Cargo.toml Cargo.lock build.rs ./ COPY src/ ./src/ +COPY benches/ ./benches/ COPY assets/ ./assets/ # Build with all key features enabled: