diff --git a/Dockerfile b/Dockerfile index dfcf4b0f..7c5cb921 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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