Move to LTS image

This commit is contained in:
Jan Beerbom 2024-04-11 13:17:20 +02:00
parent 2340a82bad
commit 6bfc8323e6

View File

@ -1,4 +1,4 @@
FROM node:21 FROM node:lts-slim
WORKDIR /app WORKDIR /app
COPY . . COPY . .
RUN npm install RUN npm install