瀏覽代碼

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

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

Loading…
取消
儲存