Browse Source

Update Dockerfile

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

1
Dockerfile

@ -9,6 +9,7 @@ RUN tar -zxvf zookeeper-3.4.6.tar.gz
RUN mv zookeeper-3.4.6 zookeeper
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 apk add --no-cache git npm nginx

Loading…
Cancel
Save