fix: Update Dockerfile to use pezpallet-revive-eth-rpc
This commit is contained in:
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN cargo fetch
|
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
|
FROM docker.io/parity/base-bin:latest
|
||||||
COPY --from=builder /pezkuwi/target/production/eth-rpc /usr/local/bin
|
COPY --from=builder /pezkuwi/target/production/eth-rpc /usr/local/bin
|
||||||
|
|||||||
Reference in New Issue
Block a user