no deadlock-detection by default dockerfile

This commit is contained in:
Bryan Stitt 2023-10-12 22:07:17 -07:00
parent c07c9f48ea
commit 2fd302aa82

View File

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