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-group.git
commit 28150e702dfbd339f48703357c90cd25954ea709 Author: Juhan Aasaru <[email protected]> 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
