Running Dokku with NodeJS and Prisma

25 Views Asked by At

While developing a NodeJS with Prisma application and deploying on Dokku, I was wondering what is the recommended approach to make database updates with Prisma, given the dokku closed build approach with Webpacks.

At the moment my approach is to connect to the postgres database remotely through the local node checkout. But would prefer to do this on the server for security reasons.

0

There are 0 best solutions below