From 3af11f3178ea25b6cce6a60b4a644b8ce095c254 Mon Sep 17 00:00:00 2001 From: liaowei <532810027@qq.com> Date: Sun, 1 Sep 2024 14:54:17 +0800 Subject: [PATCH] =?UTF-8?q?drone=E6=B5=8B=E8=AF=958?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile/Dockerfile-auth | 3 ++- Dockerfile/Dockerfile-gateway | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile/Dockerfile-auth b/Dockerfile/Dockerfile-auth index 2f2fbca..0b2a0d8 100644 --- a/Dockerfile/Dockerfile-auth +++ b/Dockerfile/Dockerfile-auth @@ -11,7 +11,8 @@ RUN mkdir -p /drone/auth WORKDIR /drone/auth # 复制 start-gateway.sh 脚本到容器内 -COPY ../StartSH/start-auth.sh /drone/auth +#COPY ../StartSH/start-auth.sh /drone/auth +COPY ./start-auth.sh /drone/auth # 复制 JAR 文件到容器内 COPY ./*.jar /drone/auth diff --git a/Dockerfile/Dockerfile-gateway b/Dockerfile/Dockerfile-gateway index 1941ca6..7501277 100644 --- a/Dockerfile/Dockerfile-gateway +++ b/Dockerfile/Dockerfile-gateway @@ -11,7 +11,7 @@ RUN mkdir -p /drone/gateway WORKDIR /drone/gateway # 复制 start-gateway.sh 脚本到容器内 -COPY ../StartSH/start-gateway.sh /drone/gateway +COPY ./start-gateway.sh /drone/gateway # 复制 JAR 文件到容器内 COPY ./*.jar /drone/gateway