rename: docker-update

This commit is contained in:
CrescentLeaf
2025-11-09 16:43:14 +08:00
parent 93dad0b896
commit 31133f5704

8
docker-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 compose up -d
echo "update success"