Commit 4fc9277
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: #341 parent f7cfede commit 4fc9277
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
6 | 10 | | |
7 | 11 | | |
8 | 12 | | |
| |||
0 commit comments