Explorar el Código

jenkins自动化部署脚本

wks hace 3 años
padre
commit
1e443f5e0a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
   # 杀死特定端口进程