There was an error while loading. Please reload this page.
1 parent 687ba6c commit 65847c1Copy full SHA for 65847c1
1 file changed
Dockerfile
@@ -37,7 +37,7 @@ RUN pnpm dlx prisma generate
37
FROM --platform=$BUILDPLATFORM node:18.20.5-alpine3.20
38
39
RUN apk add --update --no-cache dumb-init git
40
-RUN npm install -g pnpm@9
+RUN npm install -g pnpm@9 prisma
41
42
WORKDIR /app
43
0 commit comments