]> source.dussan.org Git - sonarqube.git/commitdiff
fix documented docker build command line and make it run fast
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Thu, 29 Aug 2019 09:39:20 +0000 (11:39 +0200)
committerSonarTech <sonartech@sonarsource.com>
Fri, 30 Aug 2019 18:21:03 +0000 (20:21 +0200)
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)

.dockerignore [new file with mode: 0644]

diff --git a/.dockerignore b/.dockerignore
new file mode 100644 (file)
index 0000000..8a17b89
--- /dev/null
@@ -0,0 +1,2 @@
+*
+!private/docker