added force for docker system prune

This commit is contained in:
Samuel Philipp 2020-09-04 17:49:29 +02:00
parent b53067f1dd
commit 6332d3028e

View file

@ -7,4 +7,4 @@ for dir in */; do
docker-compose -f "$dir/docker-compose.yml" up --build --remove-orphans -d docker-compose -f "$dir/docker-compose.yml" up --build --remove-orphans -d
done done
docker system prune --all --volumes docker system prune --all --volumes --force