소스 검색

docker: attempt to return to dockerignore whitelist

previously the COPY instruction did not copy any files
when autobuilding on hub.docker.com

local builds worked as expected
Fabian Peter Hammerle 6 년 전
부모
커밋
6b67e8aa3d
1개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  1. 5 4
      .dockerignore

+ 5 - 4
.dockerignore

@@ -1,4 +1,5 @@
-/.git/
-/.gitignore
-/Dockerfile
-/README.md
+*
+!Makefile
+!src/
+
+# https://docs.docker.com/engine/reference/builder/#dockerignore-file