mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-08 06:15:33 +00:00
localnet: fix node starting issue with --proxy-app flag (#5803)
This commit is contained in:
@@ -8,7 +8,7 @@ VOLUME [ /tendermint ]
|
||||
WORKDIR /tendermint
|
||||
EXPOSE 26656 26657
|
||||
ENTRYPOINT ["/usr/bin/wrapper.sh"]
|
||||
CMD ["node", "--proxy_app", "kvstore"]
|
||||
CMD ["node", "--proxy-app", "kvstore"]
|
||||
STOPSIGNAL SIGTERM
|
||||
|
||||
COPY wrapper.sh /usr/bin/wrapper.sh
|
||||
|
||||
Reference in New Issue
Block a user