se supone que con esto se actualiza la base de datos
All checks were successful
build-and-push / build (push) Successful in 16s
build-and-push / deploy (push) Successful in 15s

This commit is contained in:
2025-05-14 18:14:26 -06:00
parent 8f6b97729a
commit 6efef92dda
28 changed files with 6112 additions and 12 deletions

View File

@@ -5,4 +5,4 @@ COPY package*.json ./
RUN npm install
COPY . .
EXPOSE 4000
CMD ["node", "server.js"]
CMD ["sh", "-c", "npx prisma migrate deploy && node server.js"]