#docker build no work with better-sqlite3 :c

1 messages · Page 1 of 1 (latest)

glad grotto
#

actually, the problem might be drizzle, which needs node runtime

#

so there's really two ways of fixing this issue: either have nodejs base image where you install bun... or bun base image where you install nodejs runtime

#

drizzle guys shuold fix their orm working with bun :)

#

nodejs + bun = 400mb image size, which is kinda meh, but what you can do :)

#

for my project, i used the sqlite what bun provides natively, since they say it's faster

glad grotto
#

yw :)