introducing shell scripts

This commit is contained in:
2023-01-06 17:27:17 +10:00
parent fdb704af08
commit 60837698c1
2 changed files with 5 additions and 0 deletions

2
run.sh Normal file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
docker run -it --rm --name bot acrybot

3
update.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
docker image rm acrybot
docker build -t acrybot .