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 85dd061 commit 5878a91Copy full SHA for 5878a91
.yarnrc.yml
@@ -1,3 +1,3 @@
1
nodeLinker: node-modules
2
3
-yarnPath: .yarn/releases/yarn-3.6.0.cjs
+yarnPath: .yarn/releases/yarn-3.6.1.cjs
Dockerfile
@@ -8,7 +8,7 @@ ENV PUPPETEER_SKIP_DOWNLOAD=True
8
WORKDIR /src
9
COPY package.json .
10
COPY yarn.lock .
11
-RUN yarn set version berry
+RUN yarn set version 3.6.1
12
RUN yarn install
13
14
# App
0 commit comments