Skip to content

Commit

Permalink
Increase network timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Jul 4, 2024
1 parent 91c8055 commit 6cd091a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ COPY --chown=node:node package.json /home/node/app/package.json
COPY --chown=node:node yarn.lock /home/node/app/yarn.lock
COPY --chown=node:node dist /home/node/app/dist

RUN yarn install
RUN yarn install --network-timeout 1000000

CMD ["node", "dist/src/index.js"]

0 comments on commit 6cd091a

Please sign in to comment.