Update package-lock and dockerfile

This commit is contained in:
2025-11-14 11:05:47 -08:00
parent 1df69b3a73
commit 1dfdfeff1e
2 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM node:20-alpine FROM node:22-alpine
WORKDIR /usr/src/app WORKDIR /usr/src/app
COPY . . COPY . .
EXPOSE 4000 EXPOSE 4000

3
package-lock.json generated
View File

@@ -29,6 +29,9 @@
"jest": "^29.7.0", "jest": "^29.7.0",
"ts-jest": "^29.2.5", "ts-jest": "^29.2.5",
"typescript": "^5.7.2" "typescript": "^5.7.2"
},
"engines": {
"node": ">=22.15.0"
} }
}, },
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {