git clone [email protected]:avallete/prisma-9584-MRE.git
cd prisma-9584-MRE
npm install
npm run prisma:generate
docker-compose up
The issues occurs way more quickly with limited hardware on the docker deamon.
On OSX, you can set thoses limitations via the docker dashboard:
The issue doesn't occurs with "sqlite", you can test it by doing the sames commands on sqlite
branch.