From 1ede01264f9b342c0fa33f04664b8a00d561ad9e Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Wed, 19 Nov 2025 05:40:17 +0500 Subject: [PATCH] modified: main_dc/Makefile restart and wn to all --- main_dc/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main_dc/Makefile b/main_dc/Makefile index 5a29117..4f2eb6d 100644 --- a/main_dc/Makefile +++ b/main_dc/Makefile @@ -3,6 +3,8 @@ 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 + api_bb: git stop_bb build_bb run_bb api_bb_logs git: