From 74c9747836a4b9730c696aa0cadaed0dfeddc44b Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Thu, 16 Oct 2025 09:52:09 +0500 Subject: [PATCH] modified: serv_nginx/Makefile build CI/CD pipline Makefile --- serv_nginx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: