All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Open Source Controls Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:33, 7 September 2022 Rhg talk contribs created page Creating Custom Docker Images (Created page with "== Creating a Custom Docker Image == Dockerfile <pre> FROM nodered/node-red # Copy package.json to the WORKDIR so npm builds all # of your added nodes modules for Node-RED COPY package.json . RUN npm install --unsafe-perm --no-update-notifier --no-fund --only=production # Copy _your_ Node-RED project files into place # NOTE: This will only work if you DO NOT later mount /data as an external volume. # If you need to use an external volume for persistence then #...")