From 60837698c1d45bf0d470d1081e3c40e6c1394ded Mon Sep 17 00:00:00 2001 From: BigGamerGary Date: Fri, 6 Jan 2023 17:27:17 +1000 Subject: [PATCH] introducing shell scripts --- run.sh | 2 ++ update.sh | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 run.sh create mode 100644 update.sh diff --git a/run.sh b/run.sh new file mode 100644 index 0000000..4db9316 --- /dev/null +++ b/run.sh @@ -0,0 +1,2 @@ +#!/bin/bash +docker run -it --rm --name bot acrybot diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..433e450 --- /dev/null +++ b/update.sh @@ -0,0 +1,3 @@ +#!/bin/bash +docker image rm acrybot +docker build -t acrybot . \ No newline at end of file