From 329fa3753f8dca3899548cb2b016bd4df517a11f Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Thu, 16 Oct 2025 02:06:16 +0500 Subject: [PATCH] modified: serv_nginx/Makefile one more fix for nginx in Makefile --- serv_nginx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serv_nginx/Makefile b/serv_nginx/Makefile index ad2c9cb..fdd0f1d 100644 --- a/serv_nginx/Makefile +++ b/serv_nginx/Makefile @@ -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 \ No newline at end of file