浏览代码

dockerfile

master
feing 7 个月前
父节点
当前提交
03d4b51467
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile 查看文件

@@ -10,7 +10,7 @@ COPY package*.json ./

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

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

正在加载...
取消
保存