Unable to run prisma code in docker container
I am able to connect and use prisma in my nextjs project on my local but when i try to use same code using dockerfile. I am getting error. I am using the following Dockerfile FROM node:16-slim RUN apt-get update…