Commit a6e840f4 authored by Kunkka王辉's avatar Kunkka王辉 😲

安装脚本优化

parent 58717435
......@@ -66,7 +66,7 @@ rm -f front.tgz
cd compile/Document-System
sed -i "s/192.168.11.163/$HOST_IP/g" .env.dev
cat .env.dev
if [ $CAN_COMPILE -eq 1]; then
if [ $CAN_COMPILE -eq 1 ]; then
echo '开始编译打包前端dwp/main'
docker run --rm -v $(pwd):/app -w /app gplane/pnpm:7.4 vite build --mode dev --outDir main
yes | cp -rf main $CODE_DIR/dwp/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment