We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c3f17 commit 7aee68eCopy full SHA for 7aee68e
node-red-test/Dockerfile
@@ -12,7 +12,7 @@ RUN npm install node-red-contrib-credentials
12
RUN npm install appmetrics-dash
13
14
COPY ./settings.js /data/settings.js
15
-COPY ./appmetrics.properties /usr/src/node-red/node_modules/appmetrics/appmetrics.properties
+#COPY ./appmetrics.properties /usr/src/node-red/node_modules/appmetrics/appmetrics.properties
16
17
# following command will add instrumentation to Node.js (= node-red)
18
RUN sed -i 's?#!/usr/bin/env node?#!/usr/bin/env node;\n\n/* JVA: adding appmetrics instructions*/\nvar appmetrics = require("appmetrics");\nvar monitoring = appmetrics.monitor();\n?' /usr/src/node-red/node_modules/node-red/red.js
0 commit comments