Skip to content

Commit 3c57835

Browse files
committed
Increase yarn network timeout threshold
1 parent ea18077 commit 3c57835

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY --chown=node:node . /app
99

1010
WORKDIR /app
1111

12-
RUN yarn install
12+
RUN yarn install --network-timeout 1000000
1313
RUN yarn gulp release
1414

1515
# deploy container

0 commit comments

Comments
 (0)