Initial commit: Nextcloud Node-RED Docker image and custom nodes
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
FROM nodered/node-red:latest
|
||||
|
||||
USER root
|
||||
|
||||
COPY nodes/nextcloud-ocs /opt/nextcloud-nodes/node-red-contrib-nextcloud-ocs
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user