diff --git a/pull_and_run_latest.sh b/pull_and_run_latest.sh index e0092b51..b537f844 100755 --- a/pull_and_run_latest.sh +++ b/pull_and_run_latest.sh @@ -1,8 +1,3 @@ -# Put the latest version of the dragon-bot.py in the container -# printf "[-] Rebuilding container with latest code\n" -# docker build -t dragon-bot . -# printf "[+] Done\n" - # Remove the running container so we cna re-use the container name 'dragon-bot' printf "\n[-] Deleting old dragon-bot container from system\n" docker rm -f dragon-bot