Explorar o código

feat: 增加node可用内存,导出清单类别Excel时报错

zhangweicheng %!s(int64=3) %!d(string=hai) anos
pai
achega
7133223c26
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -18,4 +18,4 @@ WORKDIR /ConstructionOperation
 
 ENV NODE_ENV=prod
 
-ENTRYPOINT babel-node operation.js
+ENTRYPOINT babel-node --max_old_space_size=2048 operation.js