Browse Source

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

pull/1594/head
Zach Ramsay 6 years ago
parent
commit
ca120798e4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      networks/local/localnode/Dockerfile

+ 1
- 1
networks/local/localnode/Dockerfile View File

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


Loading…
Cancel
Save