with how we do --config, we need to change entrypoint now

This commit is contained in:
Bryan Stitt 2023-01-19 02:30:58 -08:00
parent 2cb6dde052
commit f6811d3c05

View File

@ -14,8 +14,8 @@ FROM debian:bullseye-slim
COPY --from=builder /opt/bin/* /usr/local/bin/
# TODO: be careful changing this to just web3_proxy_cli. if you don't do it correctly, there will be a production outage!
ENTRYPOINT ["web3_proxy_cli", "proxyd"]
ENTRYPOINT ["web3_proxy_cli"]
CMD [ "--config", "/web3-proxy.toml", "daemon" ]
# TODO: lower log level when done with prototyping
ENV RUST_LOG "web3_proxy=debug"