Skip to content

Commit

Permalink
fix: change yarn network-timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekzyla committed Jul 4, 2023
1 parent 6b96226 commit e58238d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ WORKDIR /frontend
ENV PATH /frontend/node_modules/.bin:$PATH
COPY package.json yarn.lock lerna.json ./
COPY ./packages ./packages
RUN yarn config set network-timeout 300000
RUN yarn install
RUN yarn run build
RUN apk add curl
Expand Down

0 comments on commit e58238d

Please sign in to comment.