Merge pull request #1443 from bluewave-labs/fix/be/heap-size-and-dependency-bump

fix: add env var to increase node heap size, bump server dependencies
This commit is contained in:
Alexander Holliday
2024-12-22 17:28:01 -08:00
committed by GitHub
3 changed files with 1355 additions and 1065 deletions

View File

@@ -1,5 +1,7 @@
FROM node:20-alpine
ENV NODE_OPTIONS="--max-old-space-size=2048"
WORKDIR /app
COPY ./Server/package*.json ./

2416
Server/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -17,7 +17,7 @@
"license": "ISC",
"dependencies": {
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"bcrypt": "5.1.1",
"bullmq": "5.34.4",
"cors": "^2.8.5",
"dockerode": "4.0.2",