Browse Source

Update Dockerfile

pull/2/head
jimmy201602 5 years ago committed by GitHub
parent
commit
a1f7795fbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile

2
Dockerfile

@ -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…
Cancel
Save