fix typo
This commit is contained in:
parent
5c7cd754a6
commit
adbf477ea3
@ -182,7 +182,7 @@ ENV PATH "/root/.cargo/bin:${PATH}"
|
||||
ENV RUST_LOG "warn,ethers_providers::rpc=off,web3_proxy=debug,web3_proxy::rpcs::consensus=info,web3_proxy_cli=debug"
|
||||
|
||||
# we copy something from build_tests just so that docker actually builds it
|
||||
COPY --link --from=rust_flamegaph /root/.cargo/bin/* /root/.cargo/bin/
|
||||
COPY --link --from=rust_flamegraph /root/.cargo/bin/* /root/.cargo/bin/
|
||||
COPY --link --from=build_app /usr/local/bin/* /usr/local/bin/
|
||||
|
||||
# make sure the app works
|
||||
|
Loading…
Reference in New Issue
Block a user