Skip to content

Commit 6fdadf1

Browse files
Fixing prisma error.
1 parent d423054 commit 6fdadf1

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
@@ -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)