Update Makefile to refine clean-slate target with explicit dev compose file and orphan removal

This commit is contained in:
Felipe Cardoso
2025-11-21 07:25:22 +01:00
parent db0c555041
commit 3cf3858fca

View File

@@ -31,7 +31,7 @@ clean:
# WARNING! THIS REMOVES CONTAINERS AND VOLUMES AS WELL - DO NOT USE THIS UNLESS YOU WANT TO START OVER WITH DATA AND ALL # WARNING! THIS REMOVES CONTAINERS AND VOLUMES AS WELL - DO NOT USE THIS UNLESS YOU WANT TO START OVER WITH DATA AND ALL
clean-slate: clean-slate:
docker compose down -v docker compose -f docker-compose.dev.yml down -v --remove-orphans
push-images: push-images:
docker build -t $(REGISTRY)/backend:$(VERSION) ./backend docker build -t $(REGISTRY)/backend:$(VERSION) ./backend