We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae6951d commit 2ea27d5Copy full SHA for 2ea27d5
1 file changed
Dockerfile
@@ -10,6 +10,7 @@ FROM base AS builder
10
WORKDIR /app
11
ARG GIT_COMMIT=""
12
ENV GIT_COMMIT=$GIT_COMMIT
13
+ENV NEXT_TELEMETRY_DISABLED=1
14
COPY --from=deps /app/node_modules ./node_modules
15
COPY . .
16
RUN pnpm prisma generate
0 commit comments