steebchen/prisma-client-go

Transferring the binary file from the local system to the docker container

VahidYm opened this issue · 0 comments

I'm currently working with Prisma Client Go and I have a question regarding the generation of the Prisma binary file (prisma-query-engine-debian-openssl-1.1.x).

Is it feasible to generate this binary file on my local system (which is running Ubuntu 20.04) and then transfer it to a different server? The motivation behind this is to minimize the download and generation time of the binary file within a Docker container.

Any guidance or suggestions would be greatly appreciated. Thank you.