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

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


The following commit(s) were added to refs/heads/master by this push:
     new 058aeba7533 Update Dockerfile-1.0.0-datanode (#12885)
058aeba7533 is described below

commit 058aeba75339798764d046dbb498f9f088b439dd
Author: Haonan <[email protected]>
AuthorDate: Tue Jul 9 14:29:17 2024 +0800

    Update Dockerfile-1.0.0-datanode (#12885)
---
 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