fix: change node version

This commit is contained in:
2023-10-22 20:14:50 +02:00
parent 22ff4f34c9
commit 84d1bbe348

View File

@@ -1,7 +1,7 @@
FROM node:current-alpine3.12 FROM node:20-alpine
WORKDIR /data WORKDIR /data
COPY . /data COPY . /data
RUN npm install --only=prod RUN npm install --only=prod
CMD ["node", "index.js"] CMD ["node", "index.js"]
EXPOSE 9591 EXPOSE 9591