diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..7051056 --- /dev/null +++ b/update.sh @@ -0,0 +1,3 @@ +#!/bin/bash +git pull https://github.com/n0rdye/puzzle.git --autostash; +docker-compose restart; \ No newline at end of file