Skip to content

Commit b9f2a78

Browse files
author
Christian Parpart
committed
adds .dockerignore file
1 parent 37b5669 commit b9f2a78

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+
# out-of-tree builds usually go here. This helps improving performance of uploading
2+
# the build context to the docker image build server
3+
/build
4+
5+
# in-tree builds
6+
/deps

0 commit comments

Comments
 (0)