From a8f1f38accbc3c3540627089d64146c8b27372f5 Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Thu, 16 Oct 2025 05:34:30 +0500 Subject: [PATCH] modified: serv_nginx/Makefile add start api_bb logs --- serv_nginx/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/serv_nginx/Makefile b/serv_nginx/Makefile index 9063d6d..5c6258a 100644 --- a/serv_nginx/Makefile +++ b/serv_nginx/Makefile @@ -14,6 +14,9 @@ bb: stop_bb build_bb bb_db: docker exec -it serv_nginx-db-1 sh -c "psql -U postgres -d postgres" +api_bb_logs: + dockre logs api_bb -f + restart: docker compose down && docker compose up -d @@ -27,4 +30,5 @@ run_nginx: stop_nginx build_nginx docker compose up nginx -d build_bbvue: - cd bbvue && npm run build \ No newline at end of file + cd bbvue && npm run build +