We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea18077 commit 3c57835Copy full SHA for 3c57835
1 file changed
Dockerfile
@@ -9,7 +9,7 @@ COPY --chown=node:node . /app
9
10
WORKDIR /app
11
12
-RUN yarn install
+RUN yarn install --network-timeout 1000000
13
RUN yarn gulp release
14
15
# deploy container
0 commit comments