update docker_env/web/DockerfileBuild.

更新淘宝npmurl

Signed-off-by: linshui <9517545+linshuinew@user.noreply.gitee.com>
This commit is contained in:
linshui
2024-05-04 10:14:04 +00:00
committed by Gitee
parent a6e20d88da
commit 5a5861a0e8

View File

@@ -1,4 +1,4 @@
FROM node:16.19-alpine
WORKDIR /
COPY ./web/package.json .
RUN yarn install --registry=https://registry.npm.taobao.org
RUN yarn install --registry=https://registry.npmmirror.com