renamed: serv_nginx/api_bb/Makefile -> serv_nginx/Makefile
move Makefile and add bb_bb make
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user