Ver Fonte

jenkins自动化部署脚本

wks há 3 anos atrás
pai
commit
1e443f5e0a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      docker/shell.sh

+ 1 - 1
docker/shell.sh

@@ -25,7 +25,7 @@ function run(){
     echo "不存在people-healthy容器,下面直接开始构建镜像"
   fi
   # 构建镜像
-  docker build -t insagent docker/.
+  docker build -t insagent .
   echo "创建容器成功"
   docker images
   # 杀死特定端口进程