Files

9 lines
210 B
Docker
Raw Permalink Normal View History

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"]