Use /node_modules as node modules path inside Docker
Use a custom .yarnrc inside Docker to set the node modules path to /node_modules - this allows us to overlay mount /app from the host at runtime without clobbering the default node modules path of /app/node_modules.