mirror of
https://github.com/hassio-addons/addon-overseerr.git
synced 2025-05-04 19:41:23 +00:00
Workaround timeout issues during build
This commit is contained in:
parent
884e4a0b7d
commit
633b19899b
1 changed files with 2 additions and 2 deletions
|
@ -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" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue