#develop - correção de padrão de portas.
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user