1
0

feat: 添加Docker构建

This commit is contained in:
TsMask
2025-05-15 14:40:57 +08:00
parent bbbd5471c7
commit 7891d268cb
12 changed files with 591 additions and 44 deletions

View File

@@ -12,13 +12,23 @@ node.js: v20.18.0 (or above)
## Build Guide
### Pull Code
`pwd` default in `/root`
```bash
git clone https://xxx@git/ems.git omc.git
cd omc.git
cd omc.git && ls
# be.ems build.ems fe.ems.vue3
```
### Build System Pageage Manager
```bash
# Universal
bash pkg.sh --web --api -v 2.2503.2
# RemoveChinese
bash pkg-en.sh --web --api -v 2.2503.2
bash pkg-remove-chinese.sh --web --api -v 2.2503.2
# Place in upper directory for execution - Remote copy front-end files for packaging
bash ../pkg-front.sh --web -v 2.2503.2
bash pkg-copy-front.sh --web -v 2.2503.2
```