diff --git a/Dockerfile b/Dockerfile index 22782a9..5ab537d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:21-alpine AS build_node +FROM node:22-alpine AS build_node COPY frontend frontend WORKDIR frontend RUN npm install