Browse Source

dockerfile

master
feing 1 year ago
parent
commit
03d4b51467
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile View File



# 安装依赖 # 安装依赖
RUN npm config set registry https://registry.npmmirror.com RUN npm config set registry https://registry.npmmirror.com
RUN npm install
RUN npm install --unsafe-perm
#RUN npx vite build #RUN npx vite build


# 将项目文件拷贝到工作目录 # 将项目文件拷贝到工作目录

Loading…
Cancel
Save