Browse Source

drone: build

Yi 1 year ago
parent
commit
a40f1c9050
1 changed files with 1 additions and 1 deletions
  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