diff --git a/entrypoint.sh b/entrypoint.sh index e8f1738..6933ab4 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,8 +1,8 @@ #!/bin/bash -python3.6 bot.py > bot-log.txt 2>&1 & +python3.6 run.py > bot-log.txt 2>&1 & nodejs foobar.js > node-log.txt 2>&1 & for job in $(jobs -p); do echo Waiting for ${job} to terminate. wait ${job} -done \ No newline at end of file +done