File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ RUN . /tmp/versions.env && git clone $BASE_RETH_NODE_REPO . && \
3737 git checkout tags/$BASE_RETH_NODE_TAG && \
3838 bash -c '[ "$(git rev-parse HEAD)" = "$BASE_RETH_NODE_COMMIT" ]' || (echo "Commit hash verification failed" && exit 1)
3939
40- RUN cargo build --bin base-reth-node --bin base-consensus --profile maxperf
40+ RUN cargo build --bin base-reth-node --bin base-consensus --bin basectl -- profile maxperf
4141
4242FROM ubuntu:24.04
4343
@@ -48,6 +48,7 @@ RUN mkdir -p /var/log/supervisor
4848
4949WORKDIR /app
5050
51+ COPY --from=reth-base /app/target/maxperf/basectl ./
5152COPY --from=reth-base /app/target/maxperf/base-consensus ./
5253COPY --from=reth-base /app/target/maxperf/base-reth-node ./
5354COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
You can’t perform that action at this time.
0 commit comments