Was anyone able to deploy Prisma to Zeit cloud 2 ?...
# orm-help
c
Was anyone able to deploy Prisma to Zeit cloud 2 ? I get hit by the platform 100MB image size limit ... Any hints on how to reduce the prisma image size ?
a
100 MB is super tight for docker images
d
Going below 100MB might be hard for Prisma. If I recall correctly we build a ~60MB JAR, plus Java runtime and some minimal stuff on the image is probably already above that limit.