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 094c30eda4
commit 94e525f3c7
1 changed files with 2 additions and 0 deletions

2
.dockerignore Normal file
View File

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