Hi,
I've just moved from Home Assistant OS to a dockerized installation. Just finishing the configs now.
I'm wondering is there a way to make installed themes persistent?
Now after executing "docker-compose up" and using "npm i @node-red-contrib-themes/dark" to install the theme I need to do a "docker restart nodered" and it works. But after doing "docker-compose down" and then "docker-compose up -d" I need to install the theme again.
How can I make it so I won't have to reinstall the theme after each docker-compose up/down cycle ?
Szafran