diff --git a/apps/api/Dockerfile b/apps/api/Dockerfile index 8853beb33..f522658fa 100644 --- a/apps/api/Dockerfile +++ b/apps/api/Dockerfile @@ -66,4 +66,4 @@ ENV PORT=8081 WORKDIR /app/apps/api/dist/src/ -CMD ["node", "index.js"] +CMD ["node", "--import", "./instrumentation.js", "index.js"]