fix: docker container volume mount location

This commit is contained in:
Timothy J. Baek 2023-12-27 00:11:23 -08:00
parent 21c7f50790
commit 7bdef56192
5 changed files with 8 additions and 7 deletions

View file

@ -1,4 +1,4 @@
from peewee import *
DB = SqliteDatabase("./ollama.db")
DB = SqliteDatabase("./data/ollama.db")
DB.connect()