!17 update docker_env/web/DockerfileBuild.
Merge pull request !17 from linshui/N/A
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM node:16.19-alpine
|
FROM node:16.19-alpine
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
COPY ./web/package.json .
|
COPY ./web/package.json .
|
||||||
RUN yarn install --registry=https://registry.npm.taobao.org
|
RUN yarn install --registry=https://registry.npmmirror.com
|
||||||
|
|||||||
Reference in New Issue
Block a user