Skip to content

Commit 89d3a01

Browse files
committed
increase network timeout for yarn install
1 parent afc369e commit 89d3a01

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
@@ -86,7 +86,7 @@ RUN apt-get update && \
8686
&& crontab /etc/cron.d/cronjob \
8787
&& /app/setup_utils/generate_config_ini.sh -t /app/backend/analytics_server/mhq/config \
8888
&& cd /app/web-server \
89-
&& yarn && yarn build \
89+
&& yarn install --network-timeout 1000000 && yarn build \
9090
&& rm -rf ./artifacts \
9191
&& cd /app/ \
9292
&& tar cfz web-server.tar.gz ./web-server \

0 commit comments

Comments
 (0)