From d0162cd415690053ffbdbd6ecc0b3afa5198051f Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Thu, 16 Oct 2025 01:16:19 +0500 Subject: [PATCH] renamed: serv_nginx/api_bb/Makefile -> serv_nginx/Makefile move Makefile and add bb_bb make --- serv_nginx/{api_bb => }/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename serv_nginx/{api_bb => }/Makefile (63%) diff --git a/serv_nginx/api_bb/Makefile b/serv_nginx/Makefile similarity index 63% rename from serv_nginx/api_bb/Makefile rename to serv_nginx/Makefile index cdc6ff0..d54dc56 100644 --- a/serv_nginx/api_bb/Makefile +++ b/serv_nginx/Makefile @@ -9,4 +9,7 @@ build_bb: docker compose build api_bb --no-cache bb: stop_bb build_bb - docker compose up api_bb -d \ No newline at end of file + docker compose up api_bb -d + +bb_db: + docker exec -it serv_nginx-api_bb-1 sh \ No newline at end of file