diff --git a/serv_nginx/Makefile b/serv_nginx/Makefile index ad2c9cb..fdd0f1d 100644 --- a/serv_nginx/Makefile +++ b/serv_nginx/Makefile @@ -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 \ No newline at end of file