소스 검색

Exclude git from docker context (#1412)

* Exclude .git from Docker build context

* Add last line
ふぁ 2 달 전
부모
커밋
446f06f9d6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .dockerignore

+ 1 - 0
.dockerignore

@@ -4,3 +4,4 @@ LICENSE
 docker-compose.yml
 Dockerfile
 tests/
+.git