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/10/20 07:12:01 UTC

[iotdb] 01/02: update

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

commit 12eb328219ad27188f2e77e7f37aa38f77869c1b
Author: HTHou <hh...@outlook.com>
AuthorDate: Thu Oct 20 15:06:12 2022 +0800

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

diff --git a/docker/src/main/Dockerfile-1c1d b/docker/src/main/Dockerfile-1c1d
index 59cc6debca..d9ddb7a621 100644
--- a/docker/src/main/Dockerfile-1c1d
+++ b/docker/src/main/Dockerfile-1c1d
@@ -48,5 +48,5 @@ VOLUME /iotdb/datanode/data
 VOLUME /iotdb/datanode/logs
 VOLUME /iotdb/confignode/data
 VOLUME /iotdb/confignode/logs
-ENV PATH="/iotdb/datanode/sbin/:/iotdb/confignode/sbin/:/iotdb/tools/:${PATH}"
+ENV PATH="/iotdb/:/iotdb/datanode/sbin/:/iotdb/confignode/sbin/:/iotdb/tools/:${PATH}"
 ENTRYPOINT ["/iotdb/start-1c1d.sh"]