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

refer to [Zookeeper latest 3.5.5 Dockerfile](c978f835bc/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 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ VOLUME /datalog
EXPOSE 2181
CMD ["zookeeper"]
CMD ["zkServer.sh", "start-foreground"]