From 868918690b448ecae0fd464b1787f8eaa9ce77df Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Tue, 19 Nov 2019 12:53:48 +1100 Subject: Document and improve Docker handling of mounted source code directory. --- .dockerignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '.dockerignore') 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 -- cgit v1.2.3