Explorar o código

修复构建镜像内容

kindring %!s(int64=2) %!d(string=hai) anos
pai
achega
e2db4f0209
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/buildDockerImage.sh

+ 1 - 1
package/buildDockerImage.sh

@@ -35,7 +35,7 @@ docker save -o ./result/hfyredis.tar hfyredis:latest
 
 echo -e "\033[32m ---构建wvp镜像中---- \033[0m";
 # 构建redis镜像
-docker build -t hfygb:latest ./hfygbDocker
+docker build -t hfygb:latest ./gbDocker
 if [ $? -ne 0 ]; then
   echo "Error: build gb image docker failed";
   exit