We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae384d9 + e2e04c2 commit 3e02672Copy full SHA for 3e02672
Dockerfile
@@ -7,6 +7,7 @@ COPY yarn.lock ./
7
RUN apk update
8
RUN apk add --no-cache curl openssl
9
RUN npm install -g @nestjs/cli
10
+RUN npm install -g corepack && corepack enable
11
RUN yarn install
12
COPY . .
13
RUN npx prisma generate
0 commit comments