modified: main_dc/Makefile

add all commands for all cicle
This commit is contained in:
2025-11-19 05:42:14 +05:00
parent 1ede01264f
commit b348adc65a
+10 -1
View File
@@ -3,7 +3,16 @@ all: git stop_bb build_bb run_bb npm_clean rebuild_bbvue api_bb_logs
restart_all: restart_all:
docker compose restart && wat 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 api_bb: git stop_bb build_bb run_bb api_bb_logs