diff --git a/Makefile b/Makefile index 61380ce1..e5c5cd02 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ rebuild: .PHONY: clean clean: - docker compose down --rmi all --volumes --remove-orphans + docker compose down -f compose.yml -f compose.dev.yml --rmi all --volumes --remove-orphans .PHONY: test test: build unit e2e front