PrismaP
Prisma4mo ago
6 replies
Kat

Is there any way to make Prisma ignore being inside docker?

I am in a docker container, and no matter how I connect, via code's terminal in a dev container, or a exec -it /bin/bash when I use prisma migrate dev --name UsernameToName I get the error : Error: Prisma Migrate has detected that the environment is non-interactive, which is not supported.
This is making it impossible to make migrations, as my whole dev enviroment is inside adev container
Was this page helpful?