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 759c9c2 commit 50d9e6aCopy full SHA for 50d9e6a
Dockerfile
@@ -8,6 +8,7 @@ COPY prisma ./prisma/
8
RUN corepack enable && \
9
npm install @antfu/ni -g
10
RUN nci
11
+RUN nr prisma:generate
12
13
COPY . .
14
@@ -25,6 +26,5 @@ COPY --from=builder /app/pnpm-*.yaml ./
25
26
COPY --from=builder /app/dist ./dist
27
COPY --from=builder /app/prisma ./prisma
28
-RUN nr prisma:generate
29
EXPOSE 3000
30
CMD [ "npm", "run", "start:prod" ]
0 commit comments