diff --git a/test/localnode/Dockerfile b/test/localnode/Dockerfile index 89ef764..b1eefd5 100644 --- a/test/localnode/Dockerfile +++ b/test/localnode/Dockerfile @@ -18,8 +18,8 @@ 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"] @@ -27,4 +27,4 @@ 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