Skip to content

Commit 294f425

Browse files
authored
70103 broken links fix (#2017)
* debugging links * formatting * downgrading cypress * dockerfile changes * Dockerfile changes
1 parent 08dd35e commit 294f425

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

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

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

1213
COPY . ${WORK}
1314

0 commit comments

Comments
 (0)