Troubles with prisma when deploying to fly.io
Im just finish my backend built with Bun, Elysia and Prisma and im about to deploy it on fly.io, but when i try to start my server i get the error of the image and my VM is shutdowned
5 Replies
Flyio deploy is docker-based. When i run prisma generate on docker-entrypoint i get this
Someone have a experience deploying on flyio ?
I would check out @kentcdodds’ Epic Stack. It is designed to be deployed on fly.io
Maybe something in his repo can help! https://github.com/epicweb-dev/epic-stack
GitHub
GitHub - epicweb-dev/epic-stack: This is a Full Stack app starter w...
This is a Full Stack app starter with the foundational things setup and configured for you to hit the ground running on your next EPIC idea. - epicweb-dev/epic-stack
Thank you !
im taking a look
tried to apply some things of the Dockerfile of the repo and now im stuck in the generate step. Idk why