With the attached screenshot as reference, I can't figure out how to mount ( copy? ) a local directory on my machine to into the Dagger engine so it can operate on it?
I've tried to do something along the lines of...
const srcDir = new Directory();
srcDir.withDirectory(...)
along with a few other things and don't quite see how to do this properly?