Skip to content

Commit 2ea27d5

Browse files
committed
fix(docker): disable Next.js telemetry during Docker build
1 parent ae6951d commit 2ea27d5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ FROM base AS builder
1010
WORKDIR /app
1111
ARG GIT_COMMIT=""
1212
ENV GIT_COMMIT=$GIT_COMMIT
13+
ENV NEXT_TELEMETRY_DISABLED=1
1314
COPY --from=deps /app/node_modules ./node_modules
1415
COPY . .
1516
RUN pnpm prisma generate

0 commit comments

Comments
 (0)