#SVTH-575 - Corrigindo sintexe com make no shell
This commit is contained in:
2
Makefile
2
Makefile
@@ -77,7 +77,7 @@ install:
|
|||||||
# 🔄 Reiniciar containers ativos
|
# 🔄 Reiniciar containers ativos
|
||||||
# ===============================
|
# ===============================
|
||||||
restart:
|
restart:
|
||||||
docker restart $(docker ps -q)
|
docker restart $$(docker ps -q)
|
||||||
|
|
||||||
# ===============================
|
# ===============================
|
||||||
# 🔄 Atualizar projeto
|
# 🔄 Atualizar projeto
|
||||||
|
|||||||
Reference in New Issue
Block a user