dan
02/25/2019, 7:14 PMnpm install -g prisma && prisma deploy && prisma seed && npm start
at the end of the Dockerfile, Im looking for advice when it comes to running prisma deploy and generate on the server. The issue I am having is that multiple replicas of this docker image will start by running prisma deploy at the same time, causing errors on all the images that spin up after the first. I was wondering if anyone else is deploying their prisma changes as part of the automated deployment process and if they are solving for this somehow.