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 +