Yi 1 年間 前
コミット
a40f1c9050
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -7,7 +7,7 @@ RUN npm config set sass_binary_site=https://npm.taobao.org/mirrors/node-sass
 RUN npm install
 
 # 开始构建
-RUN npm run build:prod
+RUN npm run build
 
 # 第二阶段构建
 FROM nginx:alpine