aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
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"]