updates makefile to clear docker cache and dangling images

This commit is contained in:
msramalho
2024-03-11 19:11:47 +00:00
parent 17b3a40e4c
commit 4e6b9250bf

View File

@@ -11,7 +11,10 @@ stop-dev:
prod:
docker compose build
docker image prune -f
docker buildx prune --keep-storage 20gb -f
docker compose up -d --remove-orphans
docker system df
stop-prod:
docker compose down