This is an automated email from the ASF dual-hosted git repository.

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new a9a6442  fix the proxy project name for dockerfile (#9833)
a9a6442 is described below

commit a9a6442352137f909f8922b79360e69b9323418b
Author: totalo <[email protected]>
AuthorDate: Fri Mar 26 15:47:59 2021 +0800

    fix the proxy project name for dockerfile (#9833)
    
    * fix the proxy project name for dockerfile
---
 .../shardingsphere-proxy-distribution/Dockerfile                        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/shardingsphere-distribution/shardingsphere-proxy-distribution/Dockerfile 
b/shardingsphere-distribution/shardingsphere-proxy-distribution/Dockerfile
index 926671e..28ae798 100644
--- a/shardingsphere-distribution/shardingsphere-proxy-distribution/Dockerfile
+++ b/shardingsphere-distribution/shardingsphere-proxy-distribution/Dockerfile
@@ -19,7 +19,7 @@ FROM java:8
 MAINTAINER ShardingSphere "[email protected]"
 
 ARG APP_NAME
-ENV LOCAL_PATH /opt/sharding-proxy
+ENV LOCAL_PATH /opt/shardingsphere-proxy
 
 ADD target/${APP_NAME}.tar.gz /opt
 RUN mv /opt/${APP_NAME} ${LOCAL_PATH}

Reply via email to