We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c760a89 commit c4dd666Copy full SHA for c4dd666
1 file changed
Dockerfile
@@ -7,7 +7,7 @@ COPY package.json pnpm-lock.yaml* ./
7
RUN corepack enable && pnpm install --frozen-lockfile
8
9
COPY . .
10
-RUN pnpm prisma:generate
+# RUN pnpm prisma:generate
11
RUN pnpm build
12
13
FROM node:22-slim
0 commit comments