Skip to content

Commit

Permalink
yarn timeout increase
Browse files Browse the repository at this point in the history
  • Loading branch information
r7wx committed Feb 19, 2023
1 parent 1504fda commit adea7ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM node:19 AS web-builder
WORKDIR /easy-gate-web
COPY ./web .
RUN yarn install && yarn build
RUN yarn config set network-timeout 300000 && yarn install \
&& yarn build

FROM golang:1.20 AS go-builder
WORKDIR /easy-gate
Expand Down

0 comments on commit adea7ed

Please sign in to comment.