This commit is contained in:
Gerson Ortiz Araujo 2025-07-24 16:06:47 -05:00 committed by GitHub
commit fd9f351ab9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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