modified: serv_nginx/Makefile
build CI/CD pipline Makefile
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
all: bb api_bb_logs
|
all: stop_bb build_bb run_bb api_bb_logs bbb
|
||||||
|
|
||||||
git:
|
git:
|
||||||
git pull
|
git pull
|
||||||
@@ -9,7 +9,7 @@ stop_bb:
|
|||||||
build_bb:
|
build_bb:
|
||||||
docker compose build api_bb --no-cache
|
docker compose build api_bb --no-cache
|
||||||
|
|
||||||
bb: git stop_bb build_bb bbb
|
run_bb:
|
||||||
docker compose up api_bb -d
|
docker compose up api_bb -d
|
||||||
|
|
||||||
bb_db:
|
bb_db:
|
||||||
|
|||||||
Reference in New Issue
Block a user