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
COPY . .
EXPOSE 4000