Skip to content

Commit c4dd666

Browse files
committed
fix: comment out generate step
1 parent c760a89 commit c4dd666

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY package.json pnpm-lock.yaml* ./
77
RUN corepack enable && pnpm install --frozen-lockfile
88

99
COPY . .
10-
RUN pnpm prisma:generate
10+
# RUN pnpm prisma:generate
1111
RUN pnpm build
1212

1313
FROM node:22-slim

0 commit comments

Comments
 (0)