diff options
author | Claus Strasburger <[email protected]> | 2017-08-31 19:26:05 +0200 |
---|---|---|
committer | XECDesign <[email protected]> | 2017-09-21 12:53:01 +0100 |
commit | 732a87415d58705b6fac268e98ee9e5b0329f76e (patch) | |
tree | 93d98ed9f904bad700d7868c2a8c905dc8cb01f9 /.dockerignore | |
parent | 9aa87dbfb4a9d6ec3e5796d8275a45e2d685e8d6 (diff) |
Docker-Build enhancements
- don't use any volume mounts anymore to allow using docker-in-docker
(with docker.sock mounted)
- smaller Docker build context by ignoring some files
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore index 4b019f9..e7f7a4a 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,5 @@ output/ work/ deploy/ +apt-cacher-ng/ +.git/objects/* |