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