feat: update.sh

This commit is contained in:
Tianpao
2025-11-09 16:16:23 +08:00
parent 86ace28066
commit f64349d802

8
update.sh Normal file
View File

@@ -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"