Skip to content

Commit a308fd5

Browse files
author
dushixiang
committed
update yarn timeout
1 parent b695ea8 commit a308fd5

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 /app
77

88
COPY web .
99

10-
RUN yarn && yarn build
10+
RUN yarn config set network-timeout 300000 && yarn && yarn build
1111

1212
FROM maven:3-amazoncorretto-17 AS build
1313

0 commit comments

Comments
 (0)