Skip to content

Commit

Permalink
Add Dockerfile for Node-RED with Pulsar
Browse files Browse the repository at this point in the history
Added a Dockerfile in the docker directory that creates a Node-RED Docker image and installs a specific version of the node-red-contrib-pulsar plugin. This allows for containerized use of Node-RED with this specific plugin.
  • Loading branch information
ng-galien committed Jan 1, 2024
1 parent fc970ea commit bda260d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM nodered/node-red:latest

RUN npm install ng-galien/node-red-contrib-pulsar#main

0 comments on commit bda260d

Please sign in to comment.