Skip to content

Instantly share code, notes, and snippets.

@ril3y
Last active March 12, 2021 18:54
Show Gist options
  • Save ril3y/ae0dc6f8e6d2f90ae26a994e5e8446d1 to your computer and use it in GitHub Desktop.
Save ril3y/ae0dc6f8e6d2f90ae26a994e5e8446d1 to your computer and use it in GitHub Desktop.
my-node-red DockerFile
FROM nodered/node-red
RUN npm install node-red-contrib-influxdb && npm install node-red-dashboard && npm install node-red-contrib-alexa-remote2 && npm install node-red-contrib-sonos-plus && npm install node-red-contrib-tasmota && npm install node-red-contrib-smartthings && node-red-contrib-syslog-input && npm install node-red-contrib-unifi
@ril3y
Copy link
Author

ril3y commented Feb 21, 2020

fixed a typeo

@ril3y
Copy link
Author

ril3y commented Feb 21, 2020

#removed ifft

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment