blob: 6c9b0c06294de327df2dc13169d9621796c11ea1 [file] [log] [blame]
Michael Lando451a3402017-02-19 10:28:42 +02001#!/bin/sh
2
Tal Gitelman38211c82018-01-24 17:59:53 +02003cd /root/chef-solo/
4chef-solo -c solo.rb -E ${ENVNAME}
Michael Lando451a3402017-02-19 10:28:42 +02005
6/docker-entrypoint.sh elasticsearch &
7
Michael Lando451a3402017-02-19 10:28:42 +02008while true; do sleep 2; done
ml636r0649e652017-02-20 21:10:54 +02009