From 009d0658217eb222a6a98130610b4b6190210b08 Mon Sep 17 00:00:00 2001 From: renator2 Date: Thu, 26 Mar 2026 07:22:52 -0300 Subject: [PATCH] =?UTF-8?q?#main=20-=20cprre=C3=A7=C3=A3o=20do=20pull=20do?= =?UTF-8?q?=20docker.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) \