更新dockerfile

This commit is contained in:
李强
2023-09-09 22:38:41 +08:00
parent ed0dca7346
commit 3b9dc7c171
3 changed files with 4 additions and 4 deletions

View File

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