We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3021737 commit 9bb8e9bCopy full SHA for 9bb8e9b
3 files changed
docker/src/main/Dockerfile-1.0.0-ainode
@@ -36,7 +36,7 @@ RUN apt update \
36
COPY target/${target}.zip /
37
RUN cd / && unzip ${target}.zip \
38
&& rm ${target}.zip \
39
- && mv apache-iotdb-${version}-ainode-bin ainode
+ && mv ${target} ainode
40
41
ENV IOTDB_AINODE_HOME=/ainode VERSION=${version}
42
WORKDIR ${IOTDB_AINODE_HOME}/sbin
0 commit comments