Skip to content

Commit

Permalink
fix(bolt-sidecar): docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevbirb committed Nov 27, 2024
1 parent fbd709b commit 24a82c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bolt-sidecar/.dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ target
.git
Dockerfile
.dockerignore
benches
1 change: 1 addition & 0 deletions bolt-sidecar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ ignored = ["ethereum_ssz"]

[[bench]]
name = "score_cache"
path = "benches/score_cache.rs"
harness = false


Expand Down

0 comments on commit 24a82c7

Please sign in to comment.