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:
co-authored by
Claude Sonnet 4.6
parent
8c05b09f28
commit
446c79fbfe
+1
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user