We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e8561 commit 78e3984Copy full SHA for 78e3984
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 npx prisma generate --sql
46
47
ADD . .
48
0 commit comments