Skip to content

Commit 08dd35e

Browse files
authored
70103 broken links fix (#2016)
* debugging links * formatting * downgrading cypress * dockerfile changes
1 parent b2bd889 commit 08dd35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR ${WORK}
77

88
# Install app dependencies
99
COPY yarn.lock package.json .yarnrc ${WORK}
10-
RUN yarn
10+
RUN CYPRESS_INSTALL_BINARY=0 yarn
1111

1212
COPY . ${WORK}
1313

0 commit comments

Comments
 (0)