liudl
2025-01-17 dd40ad9d66b3cf3430e94f39bf610888775f8e26
1
2
3
4
5
6
7
#/bin/bash
home=$(dirname `readlink -f $0`)
\cp -f $home/.env.production  $home/../Web/.env.production
cd $home/../Web
cnpm i
cnpm run build
\cp -rf dist $home/nginx/