Files
django-vue3-admin/docker_env/web/DockerfileBuild
linshui 5a5861a0e8 update docker_env/web/DockerfileBuild.
更新淘宝npmurl

Signed-off-by: linshui <9517545+linshuinew@user.noreply.gitee.com>
2024-05-04 10:14:04 +00:00

5 lines
118 B
Plaintext

FROM node:16.19-alpine
WORKDIR /
COPY ./web/package.json .
RUN yarn install --registry=https://registry.npmmirror.com