Open
Description
Feature Request
Currently the docker build only copies and installs the root level package.json and dependencies.
This means if you have built custom plugins under /src/plugins, their dependencies are not installed, and the packages are not build
The build script should search and copy any /src/plugins/*/package.json and install their dependencies.
It should also run any "build" scripts found in plugins package.json