modified: serv_nginx/Makefile
add start api_bb logs
This commit is contained in:
+5
-1
@@ -14,6 +14,9 @@ bb: stop_bb build_bb
|
||||
bb_db:
|
||||
docker exec -it serv_nginx-db-1 sh -c "psql -U postgres -d postgres"
|
||||
|
||||
api_bb_logs:
|
||||
dockre logs api_bb -f
|
||||
|
||||
restart:
|
||||
docker compose down && docker compose up -d
|
||||
|
||||
@@ -27,4 +30,5 @@ run_nginx: stop_nginx build_nginx
|
||||
docker compose up nginx -d
|
||||
|
||||
build_bbvue:
|
||||
cd bbvue && npm run build
|
||||
cd bbvue && npm run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user