From 6700e36907941d418b40e87311830ab38a91cafc Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Fri, 21 Jun 2024 20:20:07 -0400 Subject: [PATCH] Make update script --- update.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 update.sh diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..6380ff3 --- /dev/null +++ b/update.sh @@ -0,0 +1,4 @@ +#!/bin/bash +git pull +docker build . -t v0idf1sh/nodbot +docker push v0idf1sh/nodbot \ No newline at end of file