Skip to content

Commit

Permalink
Clean up after updates
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo committed Dec 7, 2023
1 parent 9eb03fd commit a762258
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,8 @@ fi
echo "Launching updated services"
docker-compose up -d

echo "Clean up Docker images and unused resources"
docker image prune -af
docker system prune -af

echo "Done!"

0 comments on commit a762258

Please sign in to comment.