基本上,我需要以下配置:
- root # Mount this is cached
- src # Also mount as cached...
- static # Same ..
- node_modules # Mount as delegated
在这里,root
及其中除node_modules之外的所有内容都应作为缓存安装-因此,用户更改显然在Docker内部。 node_modules
应该恰恰相反,我真的不需要它对用户可见或可编辑。