You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/09/19 01:53:51 UTC

[iotdb] branch 1c1d_dockertest updated: fix

This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch 1c1d_dockertest
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/1c1d_dockertest by this push:
     new 00d455cfc5 fix
00d455cfc5 is described below

commit 00d455cfc54d7d2f31166b95b3165ea63aaf77c1
Author: HTHou <hh...@outlook.com>
AuthorDate: Mon Sep 19 09:53:37 2022 +0800

    fix
---
 docker/src/main/Dockerfile-confignode | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/src/main/Dockerfile-confignode b/docker/src/main/Dockerfile-confignode
index 818a233c6d..0ba8afa1c5 100644
--- a/docker/src/main/Dockerfile-confignode
+++ b/docker/src/main/Dockerfile-confignode
@@ -38,5 +38,5 @@ EXPOSE 22278
 EXPOSE 22277
 VOLUME /confignode/data
 VOLUME /confignode/logs
-ENV PATH="/datanode/sbin/:${PATH}"
+ENV PATH="/confignode/sbin/:${PATH}"
 ENTRYPOINT ["/confignode/sbin/start-confignode.sh"]