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

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!"