From a9fcae8aa58c4e087f5317cefa82c19a407d3c7b Mon Sep 17 00:00:00 2001 From: H Vs Date: Sat, 20 Apr 2024 16:17:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_test.sh b/setup_test.sh index 9cc4dad..cee55a0 100644 --- a/setup_test.sh +++ b/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