diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..c180090 --- /dev/null +++ b/update.sh @@ -0,0 +1,8 @@ +docker stop lingchair +docker rm lingchair +docker rmi lingchair +echo "remove success" +git pull +echo "pull success" +docker compse up -d +echo "update success" \ No newline at end of file