We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06e770e commit eb3b46fCopy full SHA for eb3b46f
test/e2e/Dockerfile.iotdb-server
@@ -20,7 +20,9 @@
20
FROM eclipse-temurin:17-jre-focal
21
22
RUN apt update \
23
- && apt install -y procps && apt clean
+ && apt install -y procps \
24
+ && sed -i 's/dn_rpc_address=127.0.0.1/dn_rpc_address=0.0.0.0/g' /usr/local/iotdb/conf/iotdb-system.properties \
25
+ && apt clean \
26
ADD target /usr/local
27
ADD test/e2e/start-1c1d.sh /
28
WORKDIR /usr/local/iotdb
0 commit comments