Skip to content

Commit b612ce3

Browse files
lipojaJAVGan
authored andcommitted
Adding .dockerignore file
Exclude unnecessary directories from being COPY over when building container image (dev-env).
1 parent 4843006 commit b612ce3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.dockerignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# List of directories to exclude from the container image copy
2+
.github
3+
.tox
4+
htmlcov
5+
iib.egg-info
6+
iib_data

0 commit comments

Comments
 (0)