修改 thingsboard 部署

This commit is contained in:
孙小云 2026-01-26 14:12:59 +08:00
parent 1f5ba130fb
commit ef5032d2b8
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ infrastructure:
docker_service: wvp-web docker_service: wvp-web
pre_deploy_commands: pre_deploy_commands:
- cd wvpweb && npm install && npm run build:prod - cd wvpweb && npm install && npm run build:prod
- cp -r wvpweb/dist docker/wvp/web/html/ - cp -r wvpweb/dist docker/wvp/web/html/dist
wait_time: 10 # Nginx 启动较快 wait_time: 10 # Nginx 启动较快
- name: thingsboard-ce - name: thingsboard-ce