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

This commit is contained in:
2025-12-20 02:47:15 +03:00
parent 2afd98c18d
commit b08b6b06d2
@@ -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