s/dummy/kvstore/g for compatibility (#1532)

This commit is contained in:
Zach Ramsay 2018-05-18 13:26:26 -04:00
parent 595fc24c56
commit ca120798e4

View File

@ -9,7 +9,7 @@ VOLUME [ /tendermint ]
WORKDIR /tendermint WORKDIR /tendermint
EXPOSE 46656 46657 EXPOSE 46656 46657
ENTRYPOINT ["/usr/bin/wrapper.sh"] ENTRYPOINT ["/usr/bin/wrapper.sh"]
CMD ["node", "--proxy_app", "dummy"] CMD ["node", "--proxy_app", "kvstore"]
STOPSIGNAL SIGTERM STOPSIGNAL SIGTERM
COPY wrapper.sh /usr/bin/wrapper.sh COPY wrapper.sh /usr/bin/wrapper.sh