modified: main_dc/Makefile
add all commands for all cicle
This commit is contained in:
+10
-1
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user