Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 1 | #!/bin/sh |
2 | |||||
Tal Gitelman | 38211c8 | 2018-01-24 17:59:53 +0200 | [diff] [blame] | 3 | cd /root/chef-solo/ |
4 | chef-solo -c solo.rb -E ${ENVNAME} | ||||
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 5 | |
6 | /docker-entrypoint.sh elasticsearch & | ||||
7 | |||||
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 8 | while true; do sleep 2; done |
ml636r | 0649e65 | 2017-02-20 21:10:54 +0200 | [diff] [blame] | 9 |