fix: quitar prisma migrate deploy del CMD, se corre manualmente

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro Guarnizo
2026-06-27 18:53:07 -05:00
co-authored by Claude Sonnet 4.6
parent 8c05b09f28
commit 446c79fbfe
+1 -1
View File
@@ -13,4 +13,4 @@ COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/package.json ./
COPY --from=builder /app/prisma ./prisma
EXPOSE 3001
CMD ["sh", "-c", "npx prisma migrate deploy; node dist/main.js"]
CMD ["node", "dist/main.js"]