Skip to content

Commit

Permalink
fix: Increase timeout to fix yarn install issue (#358) (#359)
Browse files Browse the repository at this point in the history
* fix: Resolve bug related to docker image when deploying

* fix: Network issue when intalling packages using yarn
  • Loading branch information
getwithashish authored Jul 15, 2024
1 parent 2c448d5 commit 1a828d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exam_frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN npm install -g --force yarn

RUN yarn config set "strict-ssl" false -g

RUN yarn install
RUN yarn install --network-timeout=300000

COPY . .

Expand Down

0 comments on commit 1a828d8

Please sign in to comment.