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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 94f1c72  FINCN-170 Dockerfile point at correct jar and port (as port 
2031 belongs to payroll) (#18)
94f1c72 is described below

commit 94f1c7273bf746fe9e02b1f937d17205da237929
Author: aasaru <[email protected]>
AuthorDate: Fri Sep 13 23:48:12 2019 +0300

    FINCN-170 Dockerfile point at correct jar and port (as port 2031 belongs to 
payroll) (#18)
---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index b06ed0e..b87d63c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -25,7 +25,7 @@ RUN ./gradlew publishToMavenLocal
 
 FROM openjdk:8-jdk-alpine AS runner
 
-ARG notification_port=2031
+ARG notification_port=2033
 
 ENV server.max-http-header-size=16384 \
     cassandra.clusterName="Test Cluster" \
@@ -33,6 +33,6 @@ ENV server.max-http-header-size=16384 \
     system.initialclientid=service-runner
 
 WORKDIR /tmp
-COPY --from=builder 
/builddir/service/build/libs/service-0.1.0-BUILD-SNAPSHOT.jar 
./notification-service-boot.jar
+COPY --from=builder 
/builddir/service/build/libs/service-0.1.0-BUILD-SNAPSHOT-boot.jar 
./notification-service-boot.jar
 
 CMD ["java", "-jar", "notification-service-boot.jar"]

Reply via email to