1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Updated Design: Runnable Project (markdown)

Nick O'Leary 2018-03-21 10:38:18 +00:00
parent 272a42723e
commit 124faab06a

@ -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.