mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 20:42:02 +00:00
chore: disable telemetry during the runtime
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ WORKDIR /app
|
||||
|
||||
ENV NODE_ENV development
|
||||
# Uncomment the following line in case you want to disable telemetry during runtime.
|
||||
# ENV NEXT_TELEMETRY_DISABLED 1
|
||||
ENV NEXT_TELEMETRY_DISABLED 1
|
||||
|
||||
RUN addgroup --system --gid 1001 nodejs &&\
|
||||
adduser --system --uid 1001 nextjs
|
||||
|
||||
Reference in New Issue
Block a user