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