--help instead of --version

This commit is contained in:
Bryan Stitt 2023-05-30 17:38:45 -07:00
parent cebe8ed1ea
commit 00772caae3

View File

@ -93,4 +93,4 @@ ENV RUST_LOG "warn,ethers_providers::rpc=off,web3_proxy=debug,web3_proxy_cli=deb
COPY --from=builder /usr/local/bin/* /usr/local/bin/
# make sure the app works
RUN web3_proxy_cli --version
RUN web3_proxy_cli --help