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 afc369e commit 89d3a01Copy full SHA for 89d3a01
Dockerfile
@@ -86,7 +86,7 @@ RUN apt-get update && \
86
&& crontab /etc/cron.d/cronjob \
87
&& /app/setup_utils/generate_config_ini.sh -t /app/backend/analytics_server/mhq/config \
88
&& cd /app/web-server \
89
- && yarn && yarn build \
+ && yarn install --network-timeout 1000000 && yarn build \
90
&& rm -rf ./artifacts \
91
&& cd /app/ \
92
&& tar cfz web-server.tar.gz ./web-server \
0 commit comments