modified: main_dc/Makefile
add Makefile commands for build easysite
This commit is contained in:
@@ -71,3 +71,10 @@ logs_kk:
|
|||||||
re_kk: git stop_kk start_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