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
1 changed files with 1 additions and 1 deletions

View File

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