Skip to content

Commit d5a8c79

Browse files
committed
Do not copy unwanted files into the docker image
1 parent 848658c commit d5a8c79

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.dockerignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# we do not want to copy git metadata
2+
.git
3+
4+
# nor Python virtual environment
5+
.venv
6+
7+
# sample images and other files
8+
*.svs
9+
*.pdf
10+
*.pth
11+
*.log

0 commit comments

Comments
 (0)