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

conradsp 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 dd438f9  add suitable .dockerignore
     new 4e16f32  Merge pull request #599 from vorburger/dockerignore
dd438f9 is described below

commit dd438f9b36f46d01c8eea5b3b5540507bdd88ad1
Author: Michael Vorburger.ch <m...@vorburger.ch>
AuthorDate: Tue Jul 2 08:37:09 2019 +0200

    add suitable .dockerignore
    
    This reduces the `docker build` time spent in
    `STEP 6: COPY . fineract` from about 6m to 3m,
    because it avoids copying locally built artifacts
    into the container (which we don't need there, we're
    just about to re-build them in the container anyway).
    
    This also provides better isolation from the local dev
    environment and the should lead to more reproducible
    container builds.
---
 .dockerignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 0000000..e51bc30
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1,2 @@
+build/*
+.gradle/*

Reply via email to