fix: update dockerfile

This commit is contained in:
max_richter 2025-01-05 23:46:11 +01:00
parent a47bdfb00d
commit fae1c7d91a

View File

@ -6,7 +6,7 @@ const DB_FILE = "file:" + path.resolve(DATA_DIR, "db.sqlite");
// You can specify any property from the libsql connection options // You can specify any property from the libsql connection options
export const db = drizzle({ export const db = drizzle({
// logger: true, logger: true,
connection: { connection: {
url: DB_FILE, url: DB_FILE,
}, },