Yi 1 år sedan
förälder
incheckning
a40f1c9050
1 ändrade filer med 1 tillägg och 1 borttagningar
  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