diff --git a/Dockerfile b/Dockerfile index 3db9811..49963b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,7 +46,7 @@ COPY frontend/public/ ./public/ RUN npm run build # Production stage -FROM node:20-bullseye +FROM node:20-alpine WORKDIR /app