bug: yarn timeout for docker arm64 build
This commit is contained in:
parent
fd930abe90
commit
d63699f14f
@ -1,7 +1,7 @@
|
|||||||
FROM node:16 as build
|
FROM node:16 as build
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package*.json yarn.lock .
|
COPY package*.json yarn.lock .
|
||||||
RUN yarn install
|
RUN yarn install --network-timeout 1000000
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user