Skip to content

Commit

Permalink
remove yarn network timeout
Browse files Browse the repository at this point in the history
Signed-off-by: David van der Spek <[email protected]>
  • Loading branch information
davidspek committed Nov 25, 2022
1 parent 0a1725d commit 116c903
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 @@ -10,7 +10,7 @@ COPY .yarn ./.yarn
COPY .yarnrc.yml ./.yarnrc.yml

ENV PATH /opt/node_modules/.bin:$PATH
RUN yarn install --network-timeout 600000
RUN yarn install
COPY ./ .
RUN yarn build

Expand Down

0 comments on commit 116c903

Please sign in to comment.