modified: main_dc/Makefile

fix nginx all rebuild path for make nginx command
This commit is contained in:
2025-10-29 06:29:24 +05:00
parent 1221ae2e47
commit 79d58a237f
+1 -1
View File
@@ -43,7 +43,7 @@ start_nginx:
logs_nginx:
docker logs nginx -f
nginx: git stop_nginx build_nginx start_nginx logs_nginx
nginx: stop_nginx git build_nginx start_nginx logs_nginx
stop:
docker compose down