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