Disable runtime telemetry

This commit is contained in:
Gnarwhal 2024-09-24 05:53:45 +00:00
parent 036fb0f0b1
commit b6346255fb
Signed by: Gnarwhal
GPG key ID: 0989A73D8C421174

View file

@ -27,7 +27,7 @@ WORKDIR /app
ENV NODE_ENV=production
# 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 groupadd --system --gid 1001 nodejs