I want to provide an update for anyone that may ha...
# orm-help
m
I want to provide an update for anyone that may have been following along with my Docker/Prisma saga. I blew away nearly the whole Dockerfile and went completely bare-bones. Namely, I threw away the multi-step build. I just had to figure out if I was going to be able to make Prisma work at all. I am now successfully running a container locally - on to Cloud Run. When I put out all the fires that cropped up while I was trying to transition us to Prisma, I plan on really sitting down, learning the lessons, and even writing them up so someone else might benefit from my labor. Cheers, Prisma.
๐Ÿš€ 2
a
Glad to hear it! We would love to have you share any valuable learnings here ๐Ÿ™
n
By the way, not sure if youโ€™re active on Reddit but someone _just_ asked about Docker with Prisma. Maybe you could chime in and try to give them a hint ๐Ÿ˜„
m
@nikolasburk - I did indeed see that! Their problem is a little more centered around passing params into their docker container on
docker run
. It's a shame that redditor's take was "this is why I hate ORMs". If the env variable was in their environment, Prisma would be able to use it. They seem to have ghosted the post, so hopefully they found their answer.
๐Ÿ‘ 1