Document and improve Docker handling of mounted source code directory.

This commit is contained in:
Ben Sturmfels
2019-11-19 12:53:48 +11:00
parent 48208c278c
commit 868918690b
4 changed files with 113 additions and 79 deletions

View File

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