Skip to content

Commit e2e04c2

Browse files
committed
enable corepack to be able to use yarn v2
1 parent 36e0ff7 commit e2e04c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ COPY yarn.lock ./
77
RUN apk update
88
RUN apk add --no-cache curl openssl
99
RUN npm install -g @nestjs/cli
10+
RUN npm install -g corepack && corepack enable
1011
RUN yarn install
1112
COPY . .
1213
RUN npx prisma generate

0 commit comments

Comments
 (0)