Commit 4ee4c63b authored by tower's avatar tower

fix

parent ed3200b2
...@@ -29,8 +29,8 @@ RUN set -ex; \ ...@@ -29,8 +29,8 @@ RUN set -ex; \
rm -rf "$GNUPGHOME" "$DISTRO_NAME.tar.gz" rm -rf "$GNUPGHOME" "$DISTRO_NAME.tar.gz"
USER $ZOO_USER USER $ZOO_USER
WORKDIR "/home/$ZOO_USER"
RUN wget -q -P "~/zkui" http://192.168.28.141:8000/config.cfg http://192.168.28.141:8000/zkui-2.0.jar RUN wget -q -P "/home/$ZOO_USER/zkui" http://192.168.28.141:8000/config.cfg http://192.168.28.141:8000/zkui-2.0.jar
WORKDIR $DISTRO_NAME WORKDIR $DISTRO_NAME
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment