ソースを参照

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

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

読み込み中…
キャンセル
保存