Просмотр исходного кода

Update .dockerignore to add new unneeded files from the Docker Context

Jean-Philippe Roemer лет назад: 8
Родитель
Сommit
ab4eacd15f
1 измененных файлов с 11 добавлено и 10 удалено
  1. 11 10
      .dockerignore

+ 11 - 10
.dockerignore

@@ -1,20 +1,21 @@
 .git
-.git/
-.git/*
+.git/**
 conf
-conf/
-conf/*
+conf/**
 packager
-packager/
-packager/*
+packager/**
 scripts
-scripts/
-scripts/*
+scripts/**
+.github/
+.github/**
+config.codekit
+LICENSE
+Makefile
+.dockerignore
 *.yml
 *.md
 .bra.toml
 .editorconfig
 .gitignore
 .gopmfile
-config.codekit
-LICENSE
+Dockerfile*