Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ RUN echo "export ZOOKEEPER_HOME=/opt/zookeeper" >>/etc/profile RUN echo "export PATH=$PATH:$ZOOKEEPER_HOME/bin" >>/etc/profile ADD conf/zoo.cfg /opt/zookeeper/conf/zoo.cfg RUN source /etc/profile RUN zkServer.sh start #RUN zkServer.sh start RUN apk add --no-cache git npm nginx RUN cd /opt RUN git clone https://github.com/analysys/EasyScheduler.git Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ RUN echo "export ZOOKEEPER_HOME=/opt/zookeeper" >>/etc/profile RUN echo "export PATH=$PATH:$ZOOKEEPER_HOME/bin" >>/etc/profile ADD conf/zoo.cfg /opt/zookeeper/conf/zoo.cfg RUN source /etc/profile RUN zkServer.sh start #RUN zkServer.sh start RUN apk add --no-cache git npm nginx RUN cd /opt RUN git clone https://github.com/analysys/EasyScheduler.git Loading