From 8fec03292d38ea91c862981b93553f2131eb0a3d Mon Sep 17 00:00:00 2001 From: liaowei <532810027@qq.com> Date: Sun, 1 Sep 2024 14:51:27 +0800 Subject: [PATCH] =?UTF-8?q?drone=E6=B5=8B=E8=AF=957?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile/Dockerfile-auth | 2 +- Dockerfile/Dockerfile-gateway | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile/Dockerfile-auth b/Dockerfile/Dockerfile-auth index 6448db4..2f2fbca 100644 --- a/Dockerfile/Dockerfile-auth +++ b/Dockerfile/Dockerfile-auth @@ -20,4 +20,4 @@ COPY ./*.jar /drone/auth RUN chmod 755 -R /drone/auth # 设置容器的入口点 -ENTRYPOINT ["/drone/start-auth.sh"] +ENTRYPOINT ["/drone/auth/start-auth.sh"] diff --git a/Dockerfile/Dockerfile-gateway b/Dockerfile/Dockerfile-gateway index c895202..1941ca6 100644 --- a/Dockerfile/Dockerfile-gateway +++ b/Dockerfile/Dockerfile-gateway @@ -20,4 +20,4 @@ COPY ./*.jar /drone/gateway RUN chmod 755 -R /drone/gateway # 设置容器的入口点 -ENTRYPOINT ["/drone/start-gateway.sh"] +ENTRYPOINT ["/drone/gateway/start-gateway.sh"]