Corregir errores de TypeScript y optimizar build para Docker

This commit is contained in:
2025-08-15 12:22:46 -06:00
parent c0fa1e4e70
commit 9f148fbb4e
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