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

View File

@@ -7,6 +7,10 @@ RUN npm install
COPY . .
# Copiamos el script de arranque
COPY entrypoint.sh /app/entrypoint.sh
RUN chmod +x /app/entrypoint.sh
EXPOSE 4000
CMD ["sh", "-c", "npx prisma migrate deploy && node server.js"]
CMD ["sh", "/app/entrypoint.sh"]