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 aad7218..57f9714 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,5 +6,6 @@ ENV PORT 8080
WORKDIR /app
COPY package.json package-lock.json ./
RUN npm ci --only-prod
+COPY newrelic.js ./newrelic.js
COPY src ./src
CMD ["npm", "start"]