We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b695ea8 commit a308fd5Copy full SHA for a308fd5
Dockerfile
@@ -7,7 +7,7 @@ WORKDIR /app
7
8
COPY web .
9
10
-RUN yarn && yarn build
+RUN yarn config set network-timeout 300000 && yarn && yarn build
11
12
FROM maven:3-amazoncorretto-17 AS build
13
0 commit comments