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:
parent
ec2e8d1f54
commit
86961eba4f
@ -1,2 +1,3 @@
|
||||
testdata/
|
||||
.github/
|
||||
.git/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user