diff --git a/Makefile b/Makefile index 5e6948ca0..436052d7a 100644 --- a/Makefile +++ b/Makefile @@ -464,6 +464,7 @@ git-pull: docker-pull: $(DOCKER_COMPOSE) --profile=all pull --ignore-pull-failures $(DOCKER_COMPOSE) -f compose.latest.yaml pull --ignore-pull-failures +build-docker: docker-build docker-build: $(DOCKER_COMPOSE) --profile=all pull --ignore-pull-failures $(DOCKER_COMPOSE) down --remove-orphans