Skip to content

Commit

Permalink
fix(l1): add network folder to docker image so bootnodes can be setup…
Browse files Browse the repository at this point in the history
… in docker (#1858)

Closes #1857
  • Loading branch information
Arkenan authored Jan 31, 2025
1 parent 0ad6473 commit 563b7b6
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 @@ -33,6 +33,7 @@ RUN cargo build --release $BUILD_FLAGS
FROM ubuntu:24.04
WORKDIR /usr/local/bin

COPY cmd/ethrex/networks ./cmd/ethrex/networks
COPY --from=builder ethrex/target/release/ethrex .
EXPOSE 8545
ENTRYPOINT [ "./ethrex" ]

0 comments on commit 563b7b6

Please sign in to comment.