From c07c9f48eaf828abc9bbd12c6388dfdd511dc09c Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Thu, 12 Oct 2023 22:02:48 -0700 Subject: [PATCH] don't enable tokio-console by default --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b8da4f01..a192ec47 100644 --- a/Dockerfile +++ b/Dockerfile @@ -90,7 +90,7 @@ RUN --mount=type=cache,target=/root/.cargo/git \ FROM rust as rust_with_env # changing our features doesn't change any of the steps above -ENV WEB3_PROXY_FEATURES "deadlock_detection,stripe,tokio-console" +ENV WEB3_PROXY_FEATURES "deadlock_detection,stripe" # copy the app COPY . .