Update update-bitwarden.sh (#95)

Prune Docker images to reclaim space
This commit is contained in:
captainhook 2021-03-17 09:38:54 +00:00 committed by GitHub
parent 59ee2e3c3a
commit 21bffcf262
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -77,5 +77,9 @@ echo "Patching bitwarden.sh completed..."
./bitwarden.sh update
# Prune Docker images without at least one container associated to them.
echo "Pruning Docker images without at least one container associated to them..."
docker image prune -a
cd $SCRIPT_BASE
echo "Bitwarden update completed!"