modified: serv_nginx/Makefile
one more fix for nginx in Makefile
This commit is contained in:
+1
-1
@@ -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
|
||||
Reference in New Issue
Block a user