modified: serv_nginx/Makefile

git pull command for keycloak
This commit is contained in:
2025-10-21 06:38:48 +05:00
parent b2351ed824
commit 3757699a52
+1 -1
View File
@@ -61,5 +61,5 @@ start_kk:
re_kk: git stop_kk start_kk
keycloak:
keycloak: git
docker compose down keycloak && docker compose build keycloak --no-cache && docker compose up keycloak -d