fix: Update Dockerfile to use pezpallet-revive-eth-rpc

This commit is contained in:
2025-12-20 02:47:15 +03:00
parent 0d6c22c3f7
commit d9330bb392
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
RUN cargo fetch
RUN cargo build --locked --profile production -p pallet-revive-eth-rpc --bin eth-rpc
RUN cargo build --locked --profile production -p pezpallet-revive-eth-rpc --bin eth-rpc
FROM docker.io/parity/base-bin:latest
COPY --from=builder /pezkuwi/target/production/eth-rpc /usr/local/bin