Skip to content

Commit

Permalink
fix(docker): add trin-evm directory to docker (ethereum#1474)
Browse files Browse the repository at this point in the history
  • Loading branch information
morph-dev committed Sep 22, 2024
1 parent 286adfb commit 2932dc8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
5 changes: 3 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ COPY ./Cargo.toml ./Cargo.toml
COPY ./e2store ./e2store
COPY ./ethportal-api ./ethportal-api
COPY ./ethportal-peertest ./ethportal-peertest
COPY ./portalnet ./portalnet
COPY ./light-client ./light-client
COPY ./portalnet ./portalnet
COPY ./portal-bridge ./portal-bridge
COPY ./rpc ./rpc
COPY ./src ./src
COPY ./trin-beacon ./trin-beacon
COPY ./trin-evm ./trin-evm
COPY ./trin-execution ./trin-execution
COPY ./portal-bridge ./portal-bridge
COPY ./trin-history ./trin-history
COPY ./trin-metrics ./trin-metrics
COPY ./trin-state ./trin-state
Expand Down
15 changes: 8 additions & 7 deletions docker/Dockerfile.bridge
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,24 @@ RUN apt-get update && apt-get install clang -y
# copy over manifests and source to build image
COPY ./Cargo.lock ./Cargo.lock
COPY ./Cargo.toml ./Cargo.toml
COPY ./portalnet ./portalnet
COPY ./e2store ./e2store
COPY ./ethportal-api ./ethportal-api
COPY ./ethportal-peertest ./ethportal-peertest
COPY ./light-client ./light-client
COPY ./portalnet ./portalnet
COPY ./portal-bridge ./portal-bridge
COPY ./rpc ./rpc
COPY ./src ./src
COPY ./trin-beacon ./trin-beacon
COPY ./portal-bridge ./portal-bridge
COPY ./trin-evm ./trin-evm
COPY ./trin-execution ./trin-execution
COPY ./trin-history ./trin-history
COPY ./trin-metrics ./trin-metrics
COPY ./trin-state ./trin-state
COPY ./trin-storage ./trin-storage
COPY ./trin-utils ./trin-utils
COPY ./trin-validation ./trin-validation
COPY ./e2store ./e2store
COPY ./ethportal-peertest ./ethportal-peertest
COPY ./trin-validation ./trin-validation
COPY ./utp-testing ./utp-testing
COPY ./ethportal-api ./ethportal-api
COPY ./rpc ./rpc

# build for release
RUN cargo build -p trin -p portal-bridge --release
Expand Down

0 comments on commit 2932dc8

Please sign in to comment.