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