How to add custom node in docker?

I have new custom node (which consists html,Javascript file and JSON file). I want to add this in my docker image. How should i do that?

Thanks

If you want it built in permanently then it's probably best to build your own custom dockerfile. See the node-red-docker project for details.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.