Hi, I got this warning when launching docker and cannot found the node in node-red.
[node-red-contrib-ringdoorbell/node-red-contrib-ringdoorbell] SyntaxError: Invalid shorthand property initializer
Here is my Dockerfile
FROM nodered/node-red-docker
RUN npm install node-red-dashboard && \
npm install node-red-node-mongodb && \
npm install node-red-admin && \
npm install node-red-node-smooth && \
npm install node-red-contrib-lgtv && \
npm install node-red-contrib-ringdoorbell
Regards,
K
Hi, I got this warning when launching docker and cannot found the node in node-red.
[node-red-contrib-ringdoorbell/node-red-contrib-ringdoorbell] SyntaxError: Invalid shorthand property initializerHere is my Dockerfile
Regards,
K