From a5c5b986e0873e6d2725f08ed7c6ccd71852c13d Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Tue, 21 Oct 2025 03:52:24 +0500 Subject: [PATCH] modified: serv_nginx/Makefile make stop build start re_all commands added --- serv_nginx/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/serv_nginx/Makefile b/serv_nginx/Makefile index 2d1db6b..52cc055 100644 --- a/serv_nginx/Makefile +++ b/serv_nginx/Makefile @@ -50,3 +50,14 @@ start_nginx: docker compose up nginx -d nginx: git stop_nginx build_nginx start_nginx + +stop: + docker compose down + +build: + docker compose build --no-cache + +start: + docker compose up -d + +re_all: stop git build start \ No newline at end of file