Ignore git directory in .dockerignore

This will prevent docker images getting slower to build as the git history grows
This commit is contained in:
Richard Tweed 2021-07-19 13:57:16 +01:00 коммит произвёл GitHub
Родитель ccf804543b
Коммит 9b3aa4221b
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -1,8 +1,11 @@
# See https://docs.docker.com/engine/reference/builder/#dockerignore-file
# Put files here that you don't want copied into your bundle's invocation image
.gitignore
Dockerfile.tmpl
# Ignore git directories
.git
.gitignore
vitess/**
!vitess/examples/operator/operator.yaml