Create .dockerignore

Add .git directory to dockerignore, makes docker builds much faster since the build context is now less than 700k.
This commit is contained in:
Scott Scoble 2014-09-27 19:11:50 -07:00
parent 0a74b46d7d
commit 59af45d6eb

1
.dockerignore Normal file
View file

@ -0,0 +1 @@
.git