"Error: @prisma/client did not initialize yet. Please run "prisma generate" and try to import it again." When I try to dockerize my AdonisJS app with docker composer. #4834
Labels
Type: Invalid
Doesn't really belong here. Maybe use discussion threads?
Package version
5.8.0
Describe the bug
This is my docker file:
And this is
package.json
of my app:But when I try to build it with
docker compose up --build
, this error thrown:The error says
prisma generate
didn't run whileRUN npm run generate
on docker file does that job. So what is the problem?Reproduction repo
No response
The text was updated successfully, but these errors were encountered: