Hi,
I’m playing with deploying PeerTube on Kubernetes in an offline environment. I’d like to ship the container images with some plugins preinstalled. As I’m not familiar with Node at all, I’d really appreciate any guidance on how to customize the Dockerfile (or any other file, like perhaps a package.json file) to include plugins out of the box. I can build the image with an internet connection, but there’s no internet where I deploy the application. It would be neat to remove some manual labour post-install, given the nature of kubernetes.
Any help is appreciated, thanks