diff --git a/Dockerfile b/Dockerfile index 7ec47c37cfe..9af9743bb22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:21 +FROM node:lts-slim WORKDIR /app COPY . . RUN npm install