modified: serv_nginx/Makefile
modified: serv_nginx/docker-compose.yml add vue3.js bbvue project build into Makefile
This commit is contained in:
+4
-1
@@ -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
|
||||
Reference in New Issue
Block a user