Skip to content

Commit

Permalink
increase network timeout for yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanhashmi09 committed Apr 25, 2024
1 parent afc369e commit 89d3a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ RUN apt-get update && \
&& crontab /etc/cron.d/cronjob \
&& /app/setup_utils/generate_config_ini.sh -t /app/backend/analytics_server/mhq/config \
&& cd /app/web-server \
&& yarn && yarn build \
&& yarn install --network-timeout 1000000 && yarn build \
&& rm -rf ./artifacts \
&& cd /app/ \
&& tar cfz web-server.tar.gz ./web-server \
Expand Down

0 comments on commit 89d3a01

Please sign in to comment.