Add a dockerignore file to speed up builds and make cachine better

This commit is contained in:
Kristoffer Dalby 2021-08-08 17:38:44 +01:00
parent 91ffd10192
commit d86123195c
No known key found for this signature in database
GPG Key ID: 09F62DC067465735
1 changed files with 16 additions and 0 deletions

16
.dockerignore Normal file
View File

@ -0,0 +1,16 @@
// integration tests are not needed in docker
// ignoring it let us speed up the integration test
// development
integration_test.go
Dockerfile*
docker-compose*
.dockerignore
.goreleaser.yml
.git
.github
.gitignore
README.md
LICENSE
.vscode