Open
Description
I have a ~/.ghci that sets my prompt, and it doesn't get loaded when I run stack --docker ghci
I realize that my entire filesystem doesn't get mounted into the docker image, and that there are good isolation benefits for not mounting my entire home directory -- however, perhaps the ghci file could be copied in as a special case?