From a2c888a19de72810958d9da50b179fdc50002717 Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Tue, 21 Oct 2025 04:49:59 +0500 Subject: [PATCH] modified: serv_nginx/Makefile git pull first --- serv_nginx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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