renamed: serv_nginx/api_bb/Makefile -> serv_nginx/Makefile

move Makefile and add bb_bb make
This commit is contained in:
2025-10-16 01:16:19 +05:00
parent 6892fa8d23
commit d0162cd415
-12
View File
@@ -1,12 +0,0 @@
BB=bb_api
all: build
stop_bb:
docker compose down api_bb
build_bb:
docker compose build api_bb --no-cache
bb: stop_bb build_bb
docker compose up api_bb -d