This commit is contained in:
王思川 2023-08-04 14:18:23 +08:00
parent 2fcd2ff565
commit 00b516e4f8
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:10
FROM node:16
COPY ./ /app
WORKDIR /app
RUN npm config set registry http://registry.npm.taobao.org