Add aux-all to tasker in local cluster

This commit is contained in:
nolash
2021-07-07 10:32:01 +02:00
parent abd4024322
commit d1d680c9aa
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ set -e
echo "!!! starting signer"
python /usr/local/bin/crypto-dev-daemon -c /usr/local/etc/crypto-dev-signer -vv 2> /tmp/signer.log &
echo "!!! starting tracker"
echo "!!! starting taskerd"
/usr/local/bin/cic-eth-taskerd $@
# thanks! https://docs.docker.com/config/containers/multi-service_container/