I'm using Rocker in a Docker container and one of the packages that I use is a private one that I wrote. The problem is that every time I restart the container, I have to create the package again using devtools and document. This doesn't happen when I run my program under Linux or MacOS.
Any suggestions on how to make my private library persistent in a docker container?