Update Dockerfile

This commit is contained in:
伍春全 2023-08-07 08:08:51 +00:00
parent 24533794e7
commit 98aa579b76
1 changed files with 1 additions and 1 deletions

View File

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