modified: .gitignore
new file: serv_nginx/api_bb/Makefile new file: serv_nginx/serv_golang_rest_api/Makefile new file: yalarba/serv_spa/spa/vue/Makefile remove Makefile from .gitignore, set makes for api_bb
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
BB=bb_api
|
||||
|
||||
all: build
|
||||
|
||||
stop_bb:
|
||||
docker compose down api_bb
|
||||
|
||||
build_bb:
|
||||
docker compose build ${BB} --no-cache
|
||||
|
||||
run_bb: build
|
||||
docker compose up api_bb -d
|
||||
Reference in New Issue
Block a user