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