Skip to content

Commit

Permalink
chore: fix yarn timeout in docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Oct 21, 2022
1 parent d63029a commit bcc5b0f
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 @@ -9,6 +9,7 @@ RUN apt-get update && apt-get install -y \
unzip \
&& rm -rf /var/lib/apt/lists/*

RUN yarn config set network-timeout 100000 -g
RUN yarn --frozen-lockfile
RUN yarn build
RUN yarn --prod --frozen-lockfile
Expand Down

0 comments on commit bcc5b0f

Please sign in to comment.