Commit 975fab65 authored by tower's avatar tower

fix

parent d4168f9c
...@@ -31,7 +31,7 @@ RUN set -ex; \ ...@@ -31,7 +31,7 @@ RUN set -ex; \
COPY ./scripts/docker-entrypoint.sh / COPY ./scripts/docker-entrypoint.sh /
RUN chmod +x /docker-entrypoint.sh RUN chmod +x /docker-entrypoint.sh
USER $ZOO_USER #USER $ZOO_USER
WORKDIR "/home/$ZOO_USER" WORKDIR "/home/$ZOO_USER"
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 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
......
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