Updated dependencies

This commit is contained in:
2025-11-25 09:24:39 +11:00
parent 3c7dd33232
commit 3fec1927c2
4 changed files with 593 additions and 339 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
FROM node:18-bullseye-slim
FROM node:24-bullseye-slim
WORKDIR "/app"
COPY package*.json ./
RUN npm install
COPY . /app
EXPOSE 4000
ENTRYPOINT ["bash", "-c"]
CMD ["npm start"]
CMD ["npm start"]