配置变化: docker配置优化
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:14-alpine
|
||||
WORKDIR /web/
|
||||
WORKDIR /
|
||||
COPY ./web/package.json .
|
||||
RUN npm install --registry=https://registry.npm.taobao.org
|
||||
RUN npm install -g cnpm --registry=https://registry.npm.taobao.org && cnpm install --registry=https://registry.npm.taobao.org
|
||||
|
||||
Reference in New Issue
Block a user