浏览代码

pm2版本

zhangweicheng 5 年之前
父节点
当前提交
bd7f9f6f09
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -32,7 +32,7 @@ COPY --from=babel /home/ConstructionCost/dist /home/ConstructionCost
 COPY --from=babel /home/ConstructionCost/node_modules /home/ConstructionCost/node_modules/
 COPY public/web /home/ConstructionCost/public/web/
 
-RUN cnpm install pm2 -g
+RUN cnpm install pm2@3.3.0 -g
 
 RUN gulp build