Fix run.sh to start celery

This commit is contained in:
Dmitry Shulyak 2015-11-09 12:00:17 +02:00
parent c598ed5399
commit b4e8b119b9

3
run.sh
View File

@ -9,4 +9,7 @@ pushd /solard
python setup.py develop
popd
#used only to start celery on docker
ansible-playbook -v -i "localhost," -c local /celery.yaml --skip-tags slave
tail -f /var/run/celery/*.log