You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ju...@apache.org on 2019/10/09 07:40:45 UTC

[fineract-cn-group] 43/50: FINCN-170 create multi-stage Docker build

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

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

commit 28150e702dfbd339f48703357c90cd25954ea709
Author: Juhan Aasaru <Ju...@nortal.com>
AuthorDate: Mon Aug 19 20:04:10 2019 +0300

    FINCN-170 create multi-stage Docker build
---
 Dockerfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 44dc45a..dac57ab 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -28,8 +28,7 @@ ARG group_port=2032
 
 ENV server.max-http-header-size=16384 \
     cassandra.clusterName="Test Cluster" \
-    server.port=$group_port \
-    system.initialclientid=service-runner
+    server.port=$group_port
 
 WORKDIR /tmp
 COPY  --from=builder /builddir/service/build/libs/service-0.1.0-BUILD-SNAPSHOT-boot.jar ./group-service-boot.jar