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 b2bd889 commit 08dd35eCopy full SHA for 08dd35e
Dockerfile
@@ -7,7 +7,7 @@ WORKDIR ${WORK}
7
8
# Install app dependencies
9
COPY yarn.lock package.json .yarnrc ${WORK}
10
-RUN yarn
+RUN CYPRESS_INSTALL_BINARY=0 yarn
11
12
COPY . ${WORK}
13
0 commit comments