diff --git a/dodo.py b/dodo.py index e8cb972..d8effb4 100644 --- a/dodo.py +++ b/dodo.py @@ -94,9 +94,10 @@ def task_up(): '''RUN that stuff!''' return { 'task_dep': ['build', 'dbprepare', '_fix_perms'], + 'teardown': [(stop, [])], 'actions': [LongRunning( - (COMPOSE + ' up'), - shell=True) + (COMPOSE + ' up').split(), + shell=False) ] }