adds .dockerignore file

This commit is contained in:
Christian Parpart 2018-06-21 17:03:06 +02:00
parent 37b5669ec3
commit b9f2a7804c

6
.dockerignore Normal file
View File

@ -0,0 +1,6 @@
# out-of-tree builds usually go here. This helps improving performance of uploading
# the build context to the docker image build server
/build
# in-tree builds
/deps