Skip to content

Commit

Permalink
increase yarn timeout when building dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy committed Dec 4, 2021
1 parent 2cb9b8c commit fb0bf94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ WORKDIR /usr/src/app

COPY package.json .
COPY yarn.lock .
RUN yarn config set network-timeout 600000 -g
RUN yarn install --prod

RUN gem install bundler -v 2.2.4
Expand Down

0 comments on commit fb0bf94

Please sign in to comment.