Skip to content

Commit d072873

Browse files
committed
fix docker image
1 parent 8297d46 commit d072873

File tree

1 file changed

+1
-1
lines changed
  • substrate/frame/revive/rpc/dockerfiles/eth-indexer

1 file changed

+1
-1
lines changed

substrate/frame/revive/rpc/dockerfiles/eth-indexer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN rustup component add rust-src
1111
RUN cargo build --locked --profile production -p pallet-revive-eth-rpc --bin eth-indexer
1212

1313
FROM docker.io/parity/base-bin:latest
14-
COPY --from=builder /polkadot/target/production/eth-rpc /usr/local/bin
14+
COPY --from=builder /polkadot/target/production/eth-indexer /usr/local/bin
1515

1616
USER root
1717
RUN useradd -m -u 1001 -U -s /bin/sh -d /polkadot polkadot && \

0 commit comments

Comments
 (0)