chore: 修改文档端口地址

main
陈博文 4 months ago
parent 72cfe882d7
commit ee57473410

@ -1,8 +1,8 @@
const { execSync } = require('child_process');
const USER = 'root';
const HOST = '172.16.100.14';
const PORT = '24035';
const HOST = '47.111.130.18';
const PORT = '58222';
const TARGET_DIR = '/home/gpustack-ui/dist';
const LOCAL_DIR = 'dist';

Loading…
Cancel
Save