diff --git a/Design:-Runnable-Project.md b/Design:-Runnable-Project.md index 1107d5b..aae949c 100644 --- a/Design:-Runnable-Project.md +++ b/Design:-Runnable-Project.md @@ -21,4 +21,12 @@ We can't quite do this today. Here are the missing pieces: The package would provide an npm start script that runs node-red with the appropriate command-line args. +### Runtime settings + +When deploying the project, there will also be a need to have the runtime settings provided. These are not normally part of a project generated by Node-RED. The question is whether we have some tooling support to generate, or we just document how to do it. + +### Dockerfile + +We should also have an example Dockerfile that can be used to build and run a project. +