Skip to content

Commit bc2b020

Browse files
authored
chore: change prisma generate command to use npm exec (#1065)
1 parent 40bc4bf commit bc2b020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

other/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ WORKDIR /myapp
4242
COPY --from=deps /myapp/node_modules /myapp/node_modules
4343

4444
ADD prisma .
45-
RUN npx prisma generate
45+
RUN npm exec prisma generate
4646

4747
ADD . .
4848

0 commit comments

Comments
 (0)