This commit is contained in:
Bryan Stitt 2023-10-13 00:29:01 -07:00
parent 5c7cd754a6
commit adbf477ea3

View File

@ -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