try to fix timeout for Yarn on GH Actions.
This commit is contained in:
parent
1ed02a3a70
commit
c473ee7e47
|
@ -3,7 +3,7 @@ WORKDIR /usr/src/fastenhealth/frontend
|
|||
#COPY frontend/package.json frontend/yarn.lock ./
|
||||
COPY frontend/package.json ./
|
||||
COPY frontend/yarn.lock ./
|
||||
RUN yarn install --frozen-lockfile
|
||||
RUN yarn install --frozen-lockfile --network-timeout 100000
|
||||
COPY frontend/ ./
|
||||
RUN yarn run build -- --configuration sandbox --output-path=../dist
|
||||
|
||||
|
|
Loading…
Reference in New Issue