Skip to content

Commit

Permalink
Update directories for CometBFT
Browse files Browse the repository at this point in the history
Signed-off-by: Thane Thomson <connect@thanethomson.com>
  • Loading branch information
thanethomson committed Nov 8, 2023
1 parent 7e6eb77 commit 200ef4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/localnode/Dockerfile
Expand Up @@ -18,13 +18,13 @@ RUN usermod -u ${UID} -g ${GID} tmuser

USER tmuser

VOLUME /tendermint
WORKDIR /tendermint
VOLUME /cometbft
WORKDIR /cometbft

EXPOSE 26656 26657
ENTRYPOINT ["/usr/bin/entrypoint.sh"]
CMD ["node", "--proxy_app", "kvstore"]
STOPSIGNAL SIGTERM

COPY entrypoint.sh /usr/bin/entrypoint.sh
COPY config-template.toml /etc/tendermint/config-template.toml
COPY config-template.toml /etc/cometbft/config-template.toml

0 comments on commit 200ef4d

Please sign in to comment.