Update update-bitwarden.sh

Prune Docker images to reclaim space
This commit is contained in:
captainhook 2021-03-16 23:56:46 +00:00
parent 59ee2e3c3a
commit 301f8fb292
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!"