1
0

fix: 更新Docker构建脚本

This commit is contained in:
TsMask
2025-05-19 19:00:59 +08:00
parent ccad67ca7a
commit ac23c3a9f1
8 changed files with 155 additions and 38 deletions

4
pkg.sh
View File

@@ -56,8 +56,8 @@ if [ -n "$BuildWeb" ]; then
git pull
# remote replication
# scpDir=/root/omc.git/fe.ems.vue3
# scp -r -P 18422 root@192.168.9.58:$WebScpDir/dist $WebDir/
#scpDir=/root/omc.git/fe.ems.vue3
#scp -r -P 18422 root@192.168.9.58:$scpDir/dist $WebDir/
# local compilation
npm install --registry https://registry.npmmirror.com
npm run build