From cfddc12cc9f79be36a386ee3ec5fe7ca00d3a849 Mon Sep 17 00:00:00 2001 From: clay <20932067@zju.edu.cn> Date: Thu, 19 Sep 2024 04:30:26 +0800 Subject: [PATCH] =?UTF-8?q?feat=20:=20=E6=A8=A1=E6=8B=9F=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ca8ec03..274602e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,7 +21,7 @@ steps: - bash maven.sh - name: build-docker # 制作docker镜像 - image: docker # 使用官方docker镜像 + image: 10.7.127.190:38080/docker/docker # 使用官方docker镜像 volumes: # 将容器内目录挂载到宿主机 - name: maven-build path: /app/build # 将应用打包好的Jar和执行脚本挂载出来