#develop - correção de padrão de portas.

This commit is contained in:
2026-07-02 15:36:00 -03:00
parent 9783cb17c9
commit ff9b1816b7
2 changed files with 4 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ app:
--env-file $(ENV_FILE) \
--profile app \
-f $(COMPOSE_FILE) \
up -d --pull never
up -d --pull never --force-recreate
# ===============================
# 🔥 Subir TUDO
@@ -71,7 +71,7 @@ install:
--profile infra \
--profile app \
-f $(COMPOSE_FILE) \
up -d --pull never
up -d --pull never --force-recreate
# ===============================
# 🔄 Atualizar projeto