feature (办公基价迁移): 完成办公计价迁移
1. 办公案例下载 2. 办公案例清洗 3. 办公基价计算 4. 办公基价导入 5. 物业基价菜单调整 6. 住宅租赁挂牌案例下载 7. 住宅租赁案例清洗
This commit is contained in:
6
ruoyi/makefile.ps1
Normal file
6
ruoyi/makefile.ps1
Normal file
@ -0,0 +1,6 @@
|
||||
param([string]$v=$(throw "Parameter missing: -v Version"))
|
||||
|
||||
|
||||
docker build -t 172.16.30.243:5000/uv-data-backend:v$v .
|
||||
|
||||
docker push 172.16.30.243:5000/uv-data-backend:v$v
|
Reference in New Issue
Block a user