feat: 添加Docker构建
This commit is contained in:
16
README.md
16
README.md
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user