diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2019-08-29 11:39:20 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-08-30 20:21:03 +0200 |
commit | 65c7e3f5b11910bdad8beb2bd74e45e030b032a1 (patch) | |
tree | 6957c1f5ae874876338b4d3debbc86f301ae17e6 /.dockerignore | |
parent | 29d821f60b2bd9aa932bf103a4bcc6afca8d4f9a (diff) | |
download | sonarqube-65c7e3f5b11910bdad8beb2bd74e45e030b032a1.tar.gz sonarqube-65c7e3f5b11910bdad8beb2bd74e45e030b032a1.zip |
fix documented docker build command line and make it run fast
added .dockerignore file to only send relevant data to Docker Daemon instead of the full current repository (which represents 480Mb+ on Cirrus and locally can be 6Gb)
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 00000000000..8a17b89c022 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,2 @@ +* +!private/docker |