Browse Source

Update Dockerfile

Akiraka 1 year ago
parent
commit
c783a6ef30
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -4,7 +4,7 @@ COPY package*.json ./
 RUN npm install -g cnpm --registry=https://registry.npmmirror.com
 RUN cnpm install
 COPY . .
-RUN npm run build:prod
+RUN npm run build
 
 # production stage
 FROM registry.cn-shanghai.aliyuncs.com/lwmeng/nginx