modified: serv_nginx/Makefile
fix nginx Makefile
This commit is contained in:
+1
-1
@@ -23,5 +23,5 @@ stop_nginx:
|
|||||||
build_nginx:
|
build_nginx:
|
||||||
dokcer compose build nginx --no-cache
|
dokcer compose build nginx --no-cache
|
||||||
|
|
||||||
run_binnx: stop_nginx build_nginx
|
run_nginx: stop_nginx build_nginx
|
||||||
docker compose up nginx -d
|
docker compose up nginx -d
|
||||||
Reference in New Issue
Block a user