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

hyunkun pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-admin.git


The following commit(s) were added to refs/heads/develop by this push:
     new a9dafb3  Update Dockerfile
a9dafb3 is described below

commit a9dafb34c77d7edd99b772b371aea506efcc3de3
Author: Huang YunKun <hty...@gmail.com>
AuthorDate: Thu May 23 13:23:02 2019 +0800

    Update Dockerfile
    
    Fix docker build folder name issue
---
 docker/0.1.0/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/0.1.0/Dockerfile b/docker/0.1.0/Dockerfile
index 13bd0aa..8bf2c29 100644
--- a/docker/0.1.0/Dockerfile
+++ b/docker/0.1.0/Dockerfile
@@ -15,11 +15,11 @@
 
 FROM openjdk:8-jdk
 RUN mkdir /source && wget 
https://github.com/apache/incubator-dubbo-ops/archive/0.1.zip && unzip 0.1.zip 
-d /source
-WORKDIR /source/incubator-dubbo-ops-0.1
+WORKDIR /source/incubator-dubbo-admin-0.1
 RUN ./mvnw clean package -Dmaven.test.skip=true
 
 FROM openjdk:8-jre
 LABEL maintainer="d...@dubbo.apache.org"
 COPY --from=0 
/source/incubator-dubbo-ops-0.1/dubbo-admin-distribution/target/dubbo-admin-0.1.jar
 /app.jar
 ENTRYPOINT 
["java","-XX:+UnlockExperimentalVMOptions","-XX:+UseCGroupMemoryLimitForHeap","-Djava.security.egd=file:/dev/./urandom","-jar","/app.jar"]
-EXPOSE 8080
\ No newline at end of file
+EXPOSE 8080

Reply via email to