🏗️」 wip: started fixing shit

This commit is contained in:
2025-10-24 15:07:33 +02:00
parent 71189c8dc2
commit 3a7033e554
12 changed files with 60 additions and 42 deletions

View File

@ -42,7 +42,9 @@ set dotenv-load
# To completely docker
@clean-docker: clean-compose
docker system prune -af
docker builder prune -f
docker volume prune -af
# docker system prune -af
# To clean only the container launched by the compose
@clean-compose: stop-docker