From adbf477ea3f1f869a69ab1e39a73a18ec930c742 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Fri, 13 Oct 2023 00:29:01 -0700 Subject: [PATCH] fix typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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