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