aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2022-02-09 09:48:12 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2022-02-09 09:48:12 +0200
commit7c943f96adf24d2a2969a81d8df41f43f2882c14 (patch)
treee7abe75c6f2e25127b56052f081d3efedca64e9a /Dockerfile
parent12f1e04c9375bb399285d91bf16a44cc11080551 (diff)
Add new relic agent
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 8339f2d..225eae7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -20,5 +20,6 @@ WORKDIR /app
COPY package.json package-lock.json ./
RUN npm ci --only-prod
COPY --from=build /slam/interpreter ./
+COPY newrelic.js ./newrelic.js
COPY src ./src
CMD ["npm", "start"]