Disable runtime telemetry
This commit is contained in:
parent
036fb0f0b1
commit
b6346255fb
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ WORKDIR /app
|
||||||
|
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
# Uncomment the following line in case you want to disable telemetry during runtime.
|
# Uncomment the following line in case you want to disable telemetry during runtime.
|
||||||
# ENV NEXT_TELEMETRY_DISABLED=1
|
ENV NEXT_TELEMETRY_DISABLED=1
|
||||||
|
|
||||||
RUN apk add shadow
|
RUN apk add shadow
|
||||||
RUN groupadd --system --gid 1001 nodejs
|
RUN groupadd --system --gid 1001 nodejs
|
||||||
|
|
Loading…
Reference in a new issue