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