Skip to content

Commit 4eacea1

Browse files
Fixing prisma error.
1 parent 942b935 commit 4eacea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY prisma ./prisma
1616
RUN pnpm install --unsafe-perm
1717

1818
# Generate Prisma Client
19-
RUN pnpm prisma generate
19+
RUN npx prisma generate
2020

2121
# Copy the rest of the source code
2222
COPY . .

0 commit comments

Comments
 (0)