Installing plugins via commandline in Docker
-
Hey there,
I have a container built from my docker image. For some reason I cannot install plugins through the UI and that is fine with me. So in my Dockerfile I specifically install the plugin and activate it usingnpm install plugin-name && ./nodebb activate plugin-name
Now when everything is finished and it starts up I can go to the admin panel and see that it is installed and activated. However If I try to go to the plugins settings page I get an error in which theError no such file /usr/src/app/build/public/templates/admin/plugins/plugin-name.tpl
Looking in that directory on the container that is very true. it only has those that were installed from the base image. How do you get these files to be installed to the proper location? -
./nodebb build