From 2fd302aa82b3ba90ebbbf0575cec95d0b6c0f628 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Thu, 12 Oct 2023 22:07:17 -0700 Subject: [PATCH] no deadlock-detection by default dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a192ec47..a90483eb 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" +ENV WEB3_PROXY_FEATURES "stripe" # copy the app COPY . .