Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed changes
This is needed for the Serialport-Node to work properly.
At the moment I do it manually after each update. But I think it would be very convinient for a lot of users to have this baked in. Since the serialport node belongs to the standard nodes of nodered and should work out of the box. New users should be able to directly talk to their serial devices by just adding them to the container with the devies parameter.
See this Issue: #15
I have created a fork and pushed it to the docker hub with just this small change:
https://hub.docker.com/r/fred92/nodered
I tested it successfully with my docker compose file:
Checklist
grunt
to verify the unit tests pass