Skip to content

Commit 81d63fc

Browse files
committed
UPD: fix Dockerfile issue
1 parent 0bb5f16 commit 81d63fc

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
@@ -54,7 +54,7 @@ ENV YARN_ENABLE_OPTIONAL_DEPENDENCIES=0
5454
#ENV CYPRESS_INSTALL_BINARY=0
5555
#RUN yarn install --immutable --network-timeout 600000
5656
RUN --mount=type=cache,target=/home/node/.cache/yarn,sharing=locked,uid=1000,gid=1000 \
57-
yarn install --immutable --mode=skip-build
57+
yarn install --immutable --inline-builds
5858

5959

6060
COPY --chown=node:node . .

0 commit comments

Comments
 (0)