Explorar el Código

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 hace 4 años
padre
commit
65c7e3f5b1
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      .dockerignore

+ 2
- 0
.dockerignore Ver fichero

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

Cargando…
Cancelar
Guardar