Skip to content

Commit

Permalink
chore: Update Dockerfile to set fetch-retry-maxtimeout to 2000000
Browse files Browse the repository at this point in the history
  • Loading branch information
cbluebird committed Sep 11, 2024
1 parent ca4c38e commit 3fb52ef
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 800000 && \
npm config set fetch-retry-maxtimeout 2000000 && \
npm install && \
npm install -D @swc/cli @swc/core

Expand Down

0 comments on commit 3fb52ef

Please sign in to comment.