diff --git a/Dockerfile b/Dockerfile index f420415..1cf6d4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ WORKDIR /app COPY package.json package-lock.json ./ RUN npm ci COPY . . +ENV NEXT_TELEMETRY_DISABLED 1 RUN npm run build # Production image, copy all the files and run next