diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2019-11-19 12:53:48 +1100 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2019-11-19 12:53:48 +1100 |
commit | 868918690b448ecae0fd464b1787f8eaa9ce77df (patch) | |
tree | 09497f4066d28be9cce497d70425cbc498ef9cf5 /.dockerignore | |
parent | 48208c278c62781bd6d9acd9540e364550506162 (diff) | |
download | mediagoblin-868918690b448ecae0fd464b1787f8eaa9ce77df.tar.lz mediagoblin-868918690b448ecae0fd464b1787f8eaa9ce77df.tar.xz mediagoblin-868918690b448ecae0fd464b1787f8eaa9ce77df.zip |
Document and improve Docker handling of mounted source code directory.
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.dockerignore b/.dockerignore index 12ef3383..b87e6ef8 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,7 @@ -# This helps to reduce the size of the Docker build context. -user_dev +# This helps to reduce the size of the Docker build context and to avoid +# including potentially sensitive files. +bin +lib +lib64 node_modules +user_dev |