Browse Source

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

tags/v0.9.99
Jean-Philippe Roemer 8 years ago
parent
commit
ab4eacd15f
1 changed files with 11 additions and 10 deletions
  1. 11
    10
      .dockerignore

+ 11
- 10
.dockerignore View File

@@ -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*

Loading…
Cancel
Save