modified: serv_nginx/Makefile
make stop build start re_all commands added
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user