modified: main_dc/Makefile
add Makefile commands for build easysite
This commit is contained in:
+8
-1
@@ -70,4 +70,11 @@ logs_kk:
|
||||
|
||||
re_kk: git stop_kk start_kk
|
||||
|
||||
keycloak: git stop_kk build_kk start_kk logs_kk
|
||||
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
|
||||
Reference in New Issue
Block a user