Commit 12135161 by wutong

CD/CI

parent 343806f8
...@@ -59,6 +59,6 @@ ENV PATH=$PATH:/$DISTRO_NAME/bin \ ...@@ -59,6 +59,6 @@ ENV PATH=$PATH:/$DISTRO_NAME/bin \
ZOOCFGDIR=$ZOO_CONF_DIR ZOOCFGDIR=$ZOO_CONF_DIR
COPY data-zookeeper/docker-entrypoint.sh / COPY data-zookeeper/docker-entrypoint.sh /
# ENTRYPOINT ["/docker-entrypoint.sh"] RUN ["chmod", "+x", "/docker-entrypoint.sh"]
ENTRYPOINT ["sh", "/docker-entrypoint.sh"] ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["zkServer.sh", "start-foreground"] CMD ["zkServer.sh", "start-foreground"]
\ No newline at end of file
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