bill-react/scripts/build.ps1

9 lines
348 B
PowerShell
Raw Normal View History

2022-09-07 20:30:05 +08:00
docker build . -t registry.cn-hangzhou.aliyuncs.com/fadinglight/bill-react:dev
docker push registry.cn-hangzhou.aliyuncs.com/fadinglight/bill-react:dev
ssh aliyun "cd /root/docker/bill-sys/;
docker compose down;
2022-09-09 14:18:38 +08:00
docker pull registry.cn-hangzhou.aliyuncs.com/fadinglight/bill-react:dev;
2022-09-07 20:30:05 +08:00
docker compose up -d"