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"]