소스 검색

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 년 전
부모
커밋
65c7e3f5b1
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      .dockerignore

+ 2
- 0
.dockerignore 파일 보기

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

Loading…
취소
저장