seguimos mejorando
All checks were successful
build-and-push / build (push) Successful in 11s
build-and-push / deploy (push) Successful in 14s

This commit is contained in:
2025-05-14 18:36:17 -06:00
parent 6a1379137f
commit 2992bdc588
26 changed files with 18 additions and 6028 deletions

10
api/entrypoint.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/sh
echo "🔧 Prisma: generando cliente..."
npx prisma generate
echo "🧬 Prisma: aplicando migraciones..."
npx prisma migrate deploy
echo "🚀 Iniciando servidor..."
exec node server.js