We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40bc4bf commit bc2b020Copy full SHA for bc2b020
1 file changed
other/Dockerfile
@@ -42,7 +42,7 @@ WORKDIR /myapp
42
COPY --from=deps /myapp/node_modules /myapp/node_modules
43
44
ADD prisma .
45
-RUN npx prisma generate
+RUN npm exec prisma generate
46
47
ADD . .
48
0 commit comments