no deadlock-detection by default dockerfile
This commit is contained in:
parent
c07c9f48ea
commit
2fd302aa82
@ -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 . .
|
||||
|
Loading…
Reference in New Issue
Block a user