From 3415ab2d60b669ad0c4970a06e79f71bf4bb56d2 Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Tue, 21 Oct 2025 04:32:27 +0500 Subject: [PATCH] modified: serv_nginx/Makefile add git into re_kk command --- serv_nginx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serv_nginx/Makefile b/serv_nginx/Makefile index 7ced474..0c45677 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 start_kk \ No newline at end of file +re_kk: stop_kk git start_kk \ No newline at end of file