From 8b1b51ab084a3496c2d22615f97f613842b7a352 Mon Sep 17 00:00:00 2001 From: ein Date: Wed, 31 Mar 2021 10:34:21 -0700 Subject: [PATCH] removign the local run script for now --- run_local.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 run_local.sh diff --git a/run_local.sh b/run_local.sh deleted file mode 100755 index 36b87434..00000000 --- a/run_local.sh +++ /dev/null @@ -1,10 +0,0 @@ -# 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 -printf "[+] Done\n" - -# Run that shit and mount the docker socket so it can talk to the sky-factory container -printf "\n[-] Pulling latest build of container\n" -docker pull ldooks/dragon-bot:latest -docker run -d --name dragon-bot -v /Users/lrobles/Dropbox/dale:/tmp/dale --env-file /Users/lrobles/Dropbox/code/my_projects/docker-containers/dragon-bot/env --restart always ldooks/dragon-bot:latest -printf "[+] Done\n"