cambios en el dockerfile, no se compila correctamente
Some checks failed
Sync to GitHub / sync (push) Failing after 2s
build-and-deploy / filter (push) Successful in 1s
build-and-deploy / build (push) Failing after 6s
build-and-deploy / deploy (push) Has been skipped

This commit is contained in:
2025-05-30 16:14:05 -06:00
parent 423ca1d94f
commit 08938e05c5

View File

@@ -3,6 +3,7 @@ FROM node:22-slim AS build
WORKDIR /app
COPY package*.json ./
RUN npm install
RUN npm rebuild rollup
COPY . .
RUN npm run build