Open jakeleventhal opened 10 months ago
FWIW I've been getting this issue in bun also
@jakeleventhal i don't think it is an error.
see my repo as it is similar (except i use sqlite) -> https://github.com/deadcoder0904/easypanel-nextjs-sqlite
i dont use drizzle-kit
at all in production in Dockerfile. i do need migrate command though.
highly recommend reading through these guides:
edit: oops, i forgot you use it for drizzle studio. haven't got that running yet but thanks for the solution.
i do think drizzle with docker is a pain-in-the-ass. very few resources on it too.
I have the following docker compose
And the following dockerfile
This works just fine, but it only seems to work if i have
drizzle-orm
installed globally and in the local scope. Otherwise, I get this error: