瀏覽代碼

调整

develop
H Vs 10 月之前
父節點
當前提交
a9fcae8aa5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      setup_test.sh

+ 1
- 1
setup_test.sh 查看文件

@@ -5,7 +5,7 @@ docker rmi -f $(
docker images | grep 139.224.254.18:5000/gps_gateway_position | awk '{print $3}'
)
# 构建telpo/mrp:$image_version镜像
docker build -f ./GpsCard.Gateway/Dockerfile . -t telpo/gps_gateway_position:$image_version
docker build -f ./GpsCardGatewayPosition.Postion/Dockerfile . -t telpo/gps_gateway_position:$image_version
#TODO:推送镜像到私有仓库
echo '=================开始推送镜像======================='
docker tag telpo/gps_gateway_position:$image_version 139.224.254.18:5000/gps_gateway_position:$image_version


Loading…
取消
儲存