Skip to content

Commit 65847c1

Browse files
authored
fix: install prisma in dockerfile
1 parent 687ba6c commit 65847c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN pnpm dlx prisma generate
3737
FROM --platform=$BUILDPLATFORM node:18.20.5-alpine3.20
3838

3939
RUN apk add --update --no-cache dumb-init git
40-
RUN npm install -g pnpm@9
40+
RUN npm install -g pnpm@9 prisma
4141

4242
WORKDIR /app
4343

0 commit comments

Comments
 (0)