Skip to content

Commit 21583ee

Browse files
Create .dockerignore
This PR adds a [.dockerignore file](https://docs.docker.com/engine/reference/builder/#dockerignore-file). What it does is specify which directories don't have to copied into the Docker context when building. Essentially, this is both a security feature (don't inadvertently include secure files into the Docker image), as well as an optimization (less files in the Docker context means faster builds). As far as I could tell, the `test` folder is not used anywhere in the Docker image, but if I'm mistaken feel free to ignore this PR.
1 parent 3980077 commit 21583ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
test

0 commit comments

Comments
 (0)