浏览代码

drone: build

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