fix bugs
parent
c1e59791a5
commit
93e9547a7f
|
|
@ -8,6 +8,7 @@ ARG NPM_REGISTRY=https://registry.npmjs.org/
|
|||
|
||||
COPY package.json yarn.lock ./
|
||||
RUN npm config set registry "${NPM_REGISTRY}" \
|
||||
&& rm -f /usr/local/bin/yarn /usr/local/bin/yarnpkg \
|
||||
&& npm install -g yarn@1.22.22 --registry "${NPM_REGISTRY}" \
|
||||
&& yarn config set registry "${NPM_REGISTRY}" \
|
||||
&& yarn install --frozen-lockfile --network-timeout 120000
|
||||
|
|
|
|||
Loading…
Reference in New Issue