Explorar el Código

调整

develop
H Vs hace 10 meses
padre
commit
a9fcae8aa5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      setup_test.sh

+ 1
- 1
setup_test.sh Ver fichero

@@ -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


Cargando…
Cancelar
Guardar