From 28691774e9233551fb311d066786b596f5f831e5 Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Tue, 28 Oct 2025 21:54:50 +0500 Subject: [PATCH] modified: main_dc/Makefile add Makefile commands for build easysite --- main_dc/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/main_dc/Makefile b/main_dc/Makefile index 6cc1777..0e7c4d7 100644 --- a/main_dc/Makefile +++ b/main_dc/Makefile @@ -70,4 +70,11 @@ logs_kk: re_kk: git stop_kk start_kk -keycloak: git stop_kk build_kk start_kk logs_kk \ No newline at end of file +keycloak: git stop_kk build_kk start_kk logs_kk + +build_es_log: + docker-compose build --no-cache easysite 2>&1 | tee build.log + +# Запустите с подробным выводом +build_es_log_all: + docker-compose build --no-cache --progress=plain easysite \ No newline at end of file