Skip to content

Commit

Permalink
fix(ci): fix web3-indexer Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr committed Jan 30, 2023
1 parent 1a31745 commit 0a7fc01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web3/docker/indexer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get update \
&& echo 'Finished installing OS updates'

# godwoken-web3 indexer
COPY --from=builder /godwoken-web3/target/release/gw-web3-indexer /bin/gw-web3-indexer
COPY --from=builder /godwoken/web3/target/release/gw-web3-indexer /bin/gw-web3-indexer

RUN mkdir -p /web3
WORKDIR /web3
Expand Down

0 comments on commit 0a7fc01

Please sign in to comment.