update for built images

This commit is contained in:
Felix Schulze 2023-11-30 07:27:51 +01:00 committed by GitHub
parent b1cb649f46
commit a709b1373c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,9 +11,11 @@ cat >> update.sh << 'END'
#!/bin/bash #!/bin/bash
cd /root cd /root
docker compose build --pull
docker compose pull docker compose pull
docker compose up --detach --force-recreate docker compose up --detach --force-recreate --build
docker image prune -f docker image prune -f
docker system prune -f
END END
chmod +x update.sh chmod +x update.sh