localnet: fix node starting issue with --proxy-app flag (#5803)

This commit is contained in:
PaddyMc
2020-12-16 12:14:08 +00:00
committed by GitHub
parent e198edf20e
commit 6ef81c6074

View File

@@ -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