Skip to content

Commit f3fa529

Browse files
Jonathan D.A. Jewellclaude
andcommitted
Copy benches dir and build only binary
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent c695e53 commit f3fa529

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ RUN apt-get update && apt-get install -y \
1313

1414
COPY Cargo.toml Cargo.lock* ./
1515
COPY src/ src/
16+
COPY benches/ benches/
1617

17-
RUN cargo build --release
18+
RUN cargo build --release --bin echidna
1819

1920
FROM debian:bookworm-slim
2021

0 commit comments

Comments
 (0)