Add .dockerignore to avoid including .git in docker build context

.git is currently the biggest directory
This commit is contained in:
satoru 2014-08-15 16:38:29 +08:00
parent 511ac3280f
commit f734ba9974

1
.dockerignore Normal file
View File

@ -0,0 +1 @@
.git