Hello, We want our web-UI to run within a Docker container for deployment. To do that I start with the standard nodered/node-red:latest image from DockerHub. The problem is that this image does not have Dashboard 2.0 installed. The usual way to install Dashboard 2.0 is through the palette management graphical menu but I'd like to make my docker image build automatically. The "docker compose build" instruction provides for that but needs shell commands for everything.
Is there a way to install Dashboard 2.0 into node-red with a linux shell command?