Skip to content

Commit

Permalink
fix include dir
Browse files Browse the repository at this point in the history
  • Loading branch information
publicqi committed May 24, 2024
1 parent 80059b4 commit 9d433fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ COPY Cargo.lock .
COPY rust-toolchain.toml .
COPY src ./src
COPY benches ./benches
COPY tests ./tests

# build offchain binary
RUN cargo build --release --features "cmp dataflow evm print_txn_corpus full_trace" --no-default-features
Expand Down

0 comments on commit 9d433fc

Please sign in to comment.