Disable telemetry in build container (idk why)
This commit is contained in:
parent
1b025831e6
commit
b4a076a494
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user