Update .dockerignore

Don't send .git to docker daemon
This commit is contained in:
Brian C. Lane 2018-04-30 11:33:51 -07:00
parent 263f1154a0
commit b3d6dab83b
1 changed files with 2 additions and 0 deletions

2
.dockerignore Normal file
View File

@ -0,0 +1,2 @@
.git/
.coverage