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

awasum pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-reporting.git

commit 65c2237ed00cc870ad9059fdb9cb688b9998f30f
Author: Juhan Aasaru <[email protected]>
AuthorDate: Mon Aug 19 19:59:09 2019 +0300

    FINCN-170 fix jar path
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 3bfe1bb..131a4ce 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -32,7 +32,7 @@ ENV server.max-http-header-size=16384 \
     server.port=$reporting_port
 
 WORKDIR /tmp
-COPY --from=builder 
/builddir/service/build/libs/reporting-service-boot-0.1.0-BUILD-SNAPSHOT.jar 
./reporting-service-boot.jar
+COPY --from=builder 
/builddir/service/build/libs/service-0.1.0-BUILD-SNAPSHOT-boot.jar 
./reporting-service-boot.jar
 ENV server.port=$reporting_port
 
 CMD ["java", "-jar", "reporting-service-boot.jar"]

Reply via email to