This is what the console print and stay here
```
Prisma schema loaded from prisma/schema.prisma
Datasource "db": SQLite database "nsecbunker.db" at "file:../config/nsecbunker.db"
```
This is what the console print and stay here
```
Prisma schema loaded from prisma/schema.prisma
Datasource "db": SQLite database "nsecbunker.db" at "file:../config/nsecbunker.db"
```
does that file exist inside the container? it should have been generated by running the migrations 🤔
Yes it is
But it seems the path is not the "right" one when using in docker
Trying to modify it now
Okay the file exists prisma/schema.prisma in the container and have some content in it
what about /app/nsecbunker.db?
It's under /app/config/nsecbunker.db
But empty
That’s the right path.
Interesting that it’s empty though!
Can you run npx prisma db push
Let’s see if that does it
Otherwise delete the file and run
npx prisma migrate deploy