Corregir errores de TypeScript y optimizar build para Docker
Some checks failed
build-and-deploy / build (push) Failing after 48s
build-and-deploy / deploy (push) Has been skipped

This commit is contained in:
2025-08-15 12:22:46 -06:00
parent 84aef0774d
commit 84fa2b86d3
8 changed files with 60 additions and 20 deletions

View File

@@ -17,7 +17,7 @@ COPY . .
# Compilar servidor y cliente
RUN cd server && npm run build
RUN cd client && npm run build
RUN cd client && npx vite build
# Instalar serve para servir archivos estáticos
RUN npm install -g serve