Yi hai 1 ano
pai
achega
a40f1c9050
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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