Update Dockerfile

This commit is contained in:
Gerson Ortiz Araujo 2025-07-24 16:03:44 -05:00 committed by GitHub
parent 5d91876974
commit 342375d938
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ RUN npm install
COPY . . COPY . .
RUN npm run build RUN npm install --legacy-peer-deps
FROM node:20.7.0-alpine AS final FROM node:20.7.0-alpine AS final