modified: serv_nginx/Makefile
deleted: serv_nginx/keycloak/.env add nginx stop build start into Makefile
This commit is contained in:
@@ -39,3 +39,14 @@ rebuild_bbvue:
|
||||
cd bbvue && npm run build
|
||||
|
||||
vue_bb: git npm_clean rebuild_bbvue api_bb_logs
|
||||
|
||||
stop_nginx:
|
||||
docker compose down nginx
|
||||
|
||||
build_nginx:
|
||||
docker compose build nginx --no-cache
|
||||
|
||||
start_nginx:
|
||||
docker compose up nginx -d
|
||||
|
||||
nginx: git stop_nginx build_nginx start_nginx
|
||||
|
||||
Reference in New Issue
Block a user