modified: serv_nginx/Makefile

modified:   serv_nginx/docker-compose.yml
add vue3.js bbvue project build into Makefile
This commit is contained in:
2025-10-16 02:45:27 +05:00
parent 4fc0b68bcc
commit d00cd42cb1
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -24,4 +24,7 @@ build_nginx:
docker compose build nginx --no-cache
run_nginx: stop_nginx build_nginx
docker compose up nginx -d
docker compose up nginx -d
build_bbvue:
cd bbvue && npm run build