remove kafka from docker for now

until we have a reader, this is wasted time
This commit is contained in:
Bryan Stitt 2023-10-10 23:06:35 -07:00
parent ceaed4f239
commit 8adad8549d

View File

@ -81,7 +81,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,rdkafka-src,stripe"
ENV WEB3_PROXY_FEATURES "deadlock_detection,stripe"
# copy the app
COPY . .