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 0bb5f16 commit 81d63fcCopy full SHA for 81d63fc
Dockerfile
@@ -54,7 +54,7 @@ ENV YARN_ENABLE_OPTIONAL_DEPENDENCIES=0
54
#ENV CYPRESS_INSTALL_BINARY=0
55
#RUN yarn install --immutable --network-timeout 600000
56
RUN --mount=type=cache,target=/home/node/.cache/yarn,sharing=locked,uid=1000,gid=1000 \
57
- yarn install --immutable --mode=skip-build
+ yarn install --immutable --inline-builds
58
59
60
COPY --chown=node:node . .
0 commit comments