modified: serv_nginx/Makefile
modified: serv_nginx/docker-compose.yml add some commands TO KECLOAK
This commit is contained in:
@@ -23,15 +23,6 @@ api_bb_logs:
|
||||
restart:
|
||||
docker compose down && docker compose up -d
|
||||
|
||||
stop_nginx:
|
||||
docker compose down nginx
|
||||
|
||||
build_nginx:
|
||||
docker compose build nginx --no-cache
|
||||
|
||||
run_nginx: stop_nginx build_nginx
|
||||
docker compose up nginx -d
|
||||
|
||||
npm_clean:
|
||||
npm cache clean --force
|
||||
|
||||
|
||||
Reference in New Issue
Block a user