Files
tp/serv_nginx/Makefile
T
valitovgaziz 3fa858831d modified: serv_nginx/Makefile
fix naming bb_bb in Makefile
2025-10-16 01:17:58 +05:00

15 lines
205 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
bb_db:
docker exec -it serv_nginx-db-1 sh