Skip to content

Commit 4fc9277

Browse files
authored
.dockerignore: ignore unnecessary repo files (#54)
On the penultimate line of our Dockerfile we have the instruction: COPY . . which previously copied some small unneeded repo files into the images. Add them to the ignore list so that they are no longer copied. With this commit, the /opt/test-runner directory in the image contains only this file: /opt/test-runner/bin/run.sh Refs: #34
1 parent f7cfede commit 4fc9277

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.dockerignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
.git/
22
.appends/
33
.github/
4+
.dockerignore
45
.gitattributes
56
.gitignore
7+
CODE_OF_CONDUCT.md
8+
LICENSE
9+
README.md
610
Dockerfile
711
bin/run-in-docker.sh
812
bin/run-tests-in-docker.sh

0 commit comments

Comments
 (0)