django-vue-admin/docker_env/web/DockerfileBuild

4 lines
105 B
Plaintext
Raw Normal View History

2022-04-05 05:25:15 +00:00
FROM node:14-alpine
COPY ./web/package.json /
RUN npm install --registry=https://registry.npm.taobao.org