rename: docker-update
This commit is contained in:
8
docker-update.sh
Normal file
8
docker-update.sh
Normal 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"
|
||||
Reference in New Issue
Block a user