cy-jeecg-ui
v1.1.125
Published
```
Downloads
56
Readme
cd /root && rm -rf jeecg-ui && git clone https://gitee.com/rootegg/jeecg-ui.git && cd jeecg-ui && git checkout -b weqianduan origin/weqianduan
cd /root/jeecg-ui && git pull && docker ps -a | grep "jeecg-ui" | awk '{print $1}' | xargs -r docker rm -f && docker build -t t.c/jeecg-ui:v1 --build-arg API_SERVER=https://ybjk.cy-soft.cn . && docker run -d -p 32777:80 t.c/jeecg-ui:v1