diff --git a/serv_nginx/Makefile b/serv_nginx/Makefile index 0c45677..3cd4b46 100644 --- a/serv_nginx/Makefile +++ b/serv_nginx/Makefile @@ -59,4 +59,4 @@ stop_kk: start_kk: docker compose up keycloak keycloak-db -d -re_kk: stop_kk git start_kk \ No newline at end of file +re_kk: git stop_kk start_kk \ No newline at end of file