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
+15
View File
@@ -0,0 +1,15 @@
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
bb_db:
docker exec -it serv_nginx-api_bb-1 sh