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 ed1f1b8cb37 fix: dockerfile adapter script (#15428)
ed1f1b8cb37 is described below
commit ed1f1b8cb37688057a2591c8222878692d2af2d4
Author: CritasWang <[email protected]>
AuthorDate: Mon Apr 28 16:17:22 2025 +0800
fix: dockerfile adapter script (#15428)
---
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 edce666ebbe..9a5605c1f2b 100644
--- a/docker/src/main/Dockerfile-1c1d
+++ b/docker/src/main/Dockerfile-1c1d
@@ -42,7 +42,7 @@ RUN apt update \
&& apt purge --auto-remove -y \
&& apt clean -y \
RUN dos2unix /iotdb/sbin/start-1c1d.sh
-RUN dos2unix /iotdb/sbin/iotdb-common.sh
+RUN dos2unix /iotdb/sbin/../conf/iotdb-common.sh
RUN dos2unix /iotdb/sbin/start-confignode.sh
RUN dos2unix /iotdb/sbin/../conf/confignode-env.sh
RUN dos2unix /iotdb/sbin/stop-confignode.sh