Fully tested the remote database

Updated the base docker image
This commit is contained in:
2024-05-03 09:28:39 +10:00
parent 9367999ef2
commit 22735a9ea6
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
FROM node:21-bookworm-slim
FROM node:22-bookworm-slim
WORKDIR "/app"
COPY package*.json /app
RUN npm install --production