diff --git a/Dockerfile b/Dockerfile index 9db93aeb..ae301b51 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN npm install COPY . . -RUN npm run build +RUN npm install --legacy-peer-deps FROM node:20.7.0-alpine AS final