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