modified: serv_nginx/Makefile

fix nginx Makefile
This commit is contained in:
2025-10-16 02:05:16 +05:00
parent d16b1cd1e7
commit c496a32cab
+1 -1
View File
@@ -23,5 +23,5 @@ stop_nginx:
build_nginx: build_nginx:
dokcer compose build nginx --no-cache dokcer compose build nginx --no-cache
run_binnx: stop_nginx build_nginx run_nginx: stop_nginx build_nginx
docker compose up nginx -d docker compose up nginx -d