makefile improvment

This commit is contained in:
msramalho
2024-03-12 11:21:18 +00:00
parent fcc2e59e89
commit 10b0ffa6ee

View File

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