diff --git a/Dockerfile b/Dockerfile index e856e503..81461abc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,6 +50,7 @@ COPY --from=builder /app/public ./public # https://nextjs.org/docs/advanced-features/output-file-tracing COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./ COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static +COPY --from=builder --chown=nextjs:nodejs /app/newrelic.js ./newrelic.js USER nextjs