fix: exec: zookeeper: not found (#2199)

refer to [Zookeeper latest 3.5.5 Dockerfile](https://github.com/31z4/zookeeper-docker/blob/c978f835bc33509324b51cb210c8c5c9934c38ff/3.5.5/Dockerfile)
This commit is contained in:
Meng Ye
2019-07-14 11:44:52 +08:00
committed by Shao Yu-Lung (Allen)
parent ce00c5ea27
commit 01eb934863
+1 -1
View File
@@ -7,4 +7,4 @@ VOLUME /datalog
EXPOSE 2181 EXPOSE 2181
CMD ["zookeeper"] CMD ["zkServer.sh", "start-foreground"]