Skip to content

Commit aca2711

Browse files
committed
build base-reth-node w maxperf
1 parent 9f73ac9 commit aca2711

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

reth/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN . /tmp/versions.env && git clone $BASE_RETH_NODE_REPO . && \
4141
git checkout tags/$BASE_RETH_NODE_TAG && \
4242
bash -c '[ "$(git rev-parse HEAD)" = "$BASE_RETH_NODE_COMMIT" ]' || (echo "Commit hash verification failed" && exit 1)
4343

44-
RUN cargo build --bin base-reth-node --release
44+
RUN cargo build --bin base-reth-node --profile maxperf --features jemalloc
4545

4646
FROM ubuntu:24.04
4747

@@ -54,7 +54,7 @@ WORKDIR /app
5454

5555
COPY --from=op /app/op-node/bin/op-node ./
5656
COPY --from=reth /app/target/maxperf/op-reth ./
57-
COPY --from=reth-base /app/target/release/base-reth-node ./
57+
COPY --from=reth-base /app/target/maxperf/base-reth-node ./
5858
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
5959
COPY ./reth/reth-entrypoint ./execution-entrypoint
6060
COPY op-node-entrypoint .

0 commit comments

Comments
 (0)