We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8297d46 commit d072873Copy full SHA for d072873
substrate/frame/revive/rpc/dockerfiles/eth-indexer/Dockerfile
@@ -11,7 +11,7 @@ RUN rustup component add rust-src
11
RUN cargo build --locked --profile production -p pallet-revive-eth-rpc --bin eth-indexer
12
13
FROM docker.io/parity/base-bin:latest
14
-COPY --from=builder /polkadot/target/production/eth-rpc /usr/local/bin
+COPY --from=builder /polkadot/target/production/eth-indexer /usr/local/bin
15
16
USER root
17
RUN useradd -m -u 1001 -U -s /bin/sh -d /polkadot polkadot && \
0 commit comments