Files
tp/serv_nginx/Makefile
T
2025-10-16 01:29:06 +05:00

15 lines
239 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 -c "psql -U postgres -d postgres"