https://github.com/mozilla/addons-server/pull/5060 removed the git repo
dependency from jingo-minify, we shouldn't carry .git directory into our
container image any more.
This commit is contained in:
bqbn 2017-03-29 14:14:09 -07:00 коммит произвёл GitHub
Родитель 5b8fe20151
Коммит ab1c100410
1 изменённых файлов: 3 добавлений и 0 удалений

3
.dockerignore Normal file
Просмотреть файл

@ -0,0 +1,3 @@
.git
.cache
logs/*