Update .dockerignore to ignore the .git directory

This results in a smaller build context being sent to the Docker daemon and therefore also in a faster build process. No need for the git-history and metadata to be used by Docker.
This commit is contained in:
Torben Woltjen 2018-07-17 22:17:57 +02:00 committed by GitHub
parent ec2e8d1f54
commit 86961eba4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,3 @@
testdata/
.github/
.git/