diff --git a/Dockerfile b/Dockerfile index 2bb6bcb..7a4ceca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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