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

vorburger pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 1fdc033  use --no-daemon in Dockerfile (and don't clean; really no 
need) [FINERACT-970]
1fdc033 is described below

commit 1fdc03392315a32958e51abc9eeeb24acc1a26ae
Author: Michael Vorburger <[email protected]>
AuthorDate: Sat May 16 17:31:59 2020 +0200

    use --no-daemon in Dockerfile (and don't clean; really no need) 
[FINERACT-970]
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 859f2a3..4b61374 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -33,7 +33,7 @@ COPY *NOTICE* fineract/
 
 WORKDIR fineract
 # RUN find .
-RUN ./gradlew clean -x rat -x test war
+RUN ./gradlew --no-daemon -x rat -x test war
 
 # =========================================
 

Reply via email to