fix: update dockerfile
This commit is contained in:
		| @@ -5,8 +5,7 @@ const DATA_DIR = Deno.env.has("DATA_DIR") | ||||
|   ? path.resolve(Deno.env.get("DATA_DIR")!) | ||||
|   : path.resolve(Deno.cwd(), "data"); | ||||
|  | ||||
| // const DB_FILE = "file://" + path.resolve(DATA_DIR, "db.sqlite"); | ||||
| const DB_FILE = "file:data-dev/db.sqlite"; | ||||
| const DB_FILE = "file:" + path.resolve(DATA_DIR, "db.sqlite"); | ||||
|  | ||||
| export default defineConfig({ | ||||
|   out: "./drizzle", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user