ソースを参照

dockerfile

master
feing 7ヶ月前
コミット
0c7ec803a1
1個のファイルの変更2行の追加1行の削除
  1. 2
    1
      Dockerfile

+ 2
- 1
Dockerfile ファイルの表示

@@ -8,7 +8,8 @@ WORKDIR /app
COPY package*.json ./

# 安装依赖
RUN npm install
RUN npm config set registry https://registry.npmmirror.com && \
npm install

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

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