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

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

commit 8973fb6770559bdf306c32aae0008c892ad880f6
Author: Haonan <[email protected]>
AuthorDate: Tue Jul 9 14:28:47 2024 +0800

    Update Dockerfile-1.0.0-datanode
---
 docker/src/main/Dockerfile-1.0.0-datanode | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/src/main/Dockerfile-1.0.0-datanode 
b/docker/src/main/Dockerfile-1.0.0-datanode
index 13152cd2673..e2ce1b9f4d1 100644
--- a/docker/src/main/Dockerfile-1.0.0-datanode
+++ b/docker/src/main/Dockerfile-1.0.0-datanode
@@ -29,8 +29,8 @@ RUN apt update \
 COPY target/${target}.zip /
 RUN cd / && unzip ${target}.zip \
   && rm ${target}.zip \
-  && mv ${target} iotdb
-#  && mv apache-iotdb-${version}-server-bin iotdb
+#  && mv ${target} iotdb
+  && mv apache-iotdb-${version}-server-bin iotdb
 
 ENV IOTDB_HOME=/iotdb VERSION=${version}
 WORKDIR ${IOTDB_HOME}/sbin

Reply via email to