diff --git a/serv_nginx/Makefile b/serv_nginx/Makefile index 02cf414..ad2c9cb 100644 --- a/serv_nginx/Makefile +++ b/serv_nginx/Makefile @@ -23,5 +23,5 @@ stop_nginx: build_nginx: dokcer compose build nginx --no-cache -run_binnx: stop_nginx build_nginx +run_nginx: stop_nginx build_nginx docker compose up nginx -d \ No newline at end of file