From b348adc65aa7a551b2cb949a57054e57ddb34f66 Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Wed, 19 Nov 2025 05:42:14 +0500 Subject: [PATCH] modified: main_dc/Makefile add all commands for all cicle --- main_dc/Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/main_dc/Makefile b/main_dc/Makefile index 4f2eb6d..9a93219 100644 --- a/main_dc/Makefile +++ b/main_dc/Makefile @@ -3,7 +3,16 @@ all: git stop_bb build_bb run_bb npm_clean rebuild_bbvue api_bb_logs restart_all: docker compose restart && wat -restart: restart_all wn +stop_all: + docker compose down + +build_all: + docker compose build --no-cache + +start_all: + docker compose up -d + +restart: stop_all git build_all start_all wn api_bb: git stop_bb build_bb run_bb api_bb_logs