modified: serv_nginx/Makefile

one more fix for nginx in Makefile
This commit is contained in:
2025-10-16 02:06:16 +05:00
parent c496a32cab
commit 329fa3753f
+1 -1
View File
@@ -21,7 +21,7 @@ stop_nginx:
docker compose down nginx
build_nginx:
dokcer compose build nginx --no-cache
docker compose build nginx --no-cache
run_nginx: stop_nginx build_nginx
docker compose up nginx -d