From 1c34a5578fde54d43c576a70b3b199f073b8517c Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Thu, 16 Oct 2025 08:32:29 +0500 Subject: [PATCH] modified: serv_nginx/Makefile bbb --- serv_nginx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serv_nginx/Makefile b/serv_nginx/Makefile index 883dd43..29c34cc 100644 --- a/serv_nginx/Makefile +++ b/serv_nginx/Makefile @@ -29,6 +29,6 @@ build_nginx: run_nginx: stop_nginx build_nginx docker compose up nginx -d -build_bbvue: +bbb: cd bbvue && npm run build