diff --git a/Makefile b/Makefile index d2e9f9e146..9ea8b5c70e 100644 --- a/Makefile +++ b/Makefile @@ -53,6 +53,9 @@ rebuild: $(COMPOSE) build --no-cache $(filter-out $@,$(MAKECMDGOALS)) .PHONY: rebuild +reset: rebuild composer_install +.PHONY: refresh + down: $(COMPOSE) down $(filter-out $@,$(MAKECMDGOALS)) .PHONY: down