6c9bff1c91
modified: serv_nginx/api_bb/internal/repository/review_repository.go change or fix repo getStats function or method
12 lines
161 B
Makefile
12 lines
161 B
Makefile
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
|