Add .dockerignore. (#3333)

.gitignore should have uninteresting files listed, so acts as a good
.dockerignore. Reduces the build context sent to the docker daemon from to
2.927GB (after building locally) to 66.66MB (:O).
This commit is contained in:
Darren Garvey
2017-10-28 05:11:11 +01:00
committed by Edward Z. Yang
parent 204044a522
commit 2d0667233a

1
.dockerignore Symbolic link
View File

@ -0,0 +1 @@
.gitignore