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 fa431eb commit 5595faeCopy full SHA for 5595fae
Dockerfile
@@ -3,7 +3,7 @@ FROM node:12-alpine AS builder
3
# Create app directory
4
WORKDIR /app
5
6
-RUN npm install -g @prisma/cli --unsafe-perm
+RUN npm install -g @prisma/cli@2.12.1 --unsafe-perm
7
8
COPY ./prisma/schema.prisma ./
9
0 commit comments