Unverified Commit a1f7795f authored by jimmy201602's avatar jimmy201602 Committed by GitHub
Browse files

Update Dockerfile

parent 668d3f67
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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