diff --git a/Makefile b/Makefile index f2200b3..2afe786 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ infra: reset-network --env-file $(ENV_FILE) \ --profile infra \ -f $(COMPOSE_FILE) \ - pull --no-parallel + pull @echo "🚀 Subindo apenas INFRA ($(PROJECT_NAME))..." docker compose \ --project-name $(PROJECT_NAME) \ @@ -43,7 +43,7 @@ app: --env-file $(ENV_FILE) \ --profile app \ -f $(COMPOSE_FILE) \ - pull --no-parallel + pull @echo "🚀 Subindo apenas APP ($(PROJECT_NAME))..." docker compose \ --project-name $(PROJECT_NAME) \ @@ -63,7 +63,7 @@ install: --profile infra \ --profile app \ -f $(COMPOSE_FILE) \ - pull --no-parallel + pull @echo "🚀 Subindo ambiente completo ($(PROJECT_NAME))..." docker compose \ --project-name $(PROJECT_NAME) \