Skip to content

Commit

Permalink
Workaround timeout issues during build
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jan 21, 2024
1 parent 884e4a0 commit 633b198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overseerr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ RUN \
--strip 1 -C /opt \
\
&& cd /opt \
&& CYPRESS_INSTALL_BINARY=0 yarn --frozen-lockfile \
&& CYPRESS_INSTALL_BINARY=0 yarn --frozen-lockfile --network-timeout 1000000 \
&& yarn build \
&& yarn install --production --ignore-scripts --prefer-offline \
&& yarn install --production --ignore-scripts --prefer-offline --network-timeout 1000000 \
&& yarn cache clean \
\
&& echo "{\"commitTag\": \"${COMMIT_TAG}\"}" > "/opt/committag.json" \
Expand Down

0 comments on commit 633b198

Please sign in to comment.