Quellcode durchsuchen

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 vor 4 Jahren
Ursprung
Commit
65c7e3f5b1
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2
    0
      .dockerignore

+ 2
- 0
.dockerignore Datei anzeigen

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

Laden…
Abbrechen
Speichern