Skip to content

Commit

Permalink
chore: Update Dockerfile to set fetch-retry-maxtimeout to 800000
Browse files Browse the repository at this point in the history
  • Loading branch information
cbluebird committed Sep 11, 2024
1 parent ced6a6d commit 77fd2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/nextjs/14.2.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY /Framework/nextjs/14.2.5/project /home/sealos/project
RUN chown -R sealos:sealos /home/sealos/project && \
chmod -R u+rw /home/sealos/project && \
cd /home/sealos/project && \
npm config set fetch-retry-maxtimeout 600000 && \
npm config set fetch-retry-maxtimeout 800000 && \
npm install && \
npm audit fix

Expand Down

0 comments on commit 77fd2fa

Please sign in to comment.