docker buildx build --platform linux/amd64 \ --load \ -t registry.cn-shenzhen.aliyuncs.com/prod_cp/calculation_weapp_dev:latest \ -f deploy/Dockerfile . docker push registry.cn-shenzhen.aliyuncs.com/prod_cp/calculation_weapp_dev:latest docker cp ./config.weapp.js 5fb7277c5aa9:/app/calc/config/config.weapp.js