Skip to content

Commit a2577ac

Browse files
committed
fix(docker): copy benches directory for Cargo.toml manifest parsing
The Dockerfile was missing the benches/ directory added in #188, causing cargo build to fail with "can't find connection_merge bench".
1 parent 3c61967 commit a2577ac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ COPY resources/ebpf/vmlinux ./resources/ebpf/vmlinux
2929

3030
# Copy source code
3131
COPY src ./src
32+
COPY benches ./benches
3233
COPY assets/services ./assets/services
3334

3435
# Build the application in release mode (eBPF is enabled by default on Linux)

0 commit comments

Comments
 (0)