Browse Source

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)
tags/8.0
Sébastien Lesaint 4 years ago
parent
commit
65c7e3f5b1
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      .dockerignore

+ 2
- 0
.dockerignore View File

@@ -0,0 +1,2 @@
*
!private/docker

Loading…
Cancel
Save