diff --git a/serv_nginx/Makefile b/serv_nginx/Makefile index 917dea9..163adf7 100644 --- a/serv_nginx/Makefile +++ b/serv_nginx/Makefile @@ -1,4 +1,4 @@ -all: bb api_bb_logs +all: stop_bb build_bb run_bb api_bb_logs bbb git: git pull @@ -9,7 +9,7 @@ stop_bb: build_bb: docker compose build api_bb --no-cache -bb: git stop_bb build_bb bbb +run_bb: docker compose up api_bb -d bb_db: