update docker

This commit is contained in:
2025-08-05 09:52:56 -05:00
parent 8d4c8f71b0
commit 421862fd96
7 changed files with 13 additions and 9 deletions

View File

@@ -26,7 +26,7 @@ type Root struct {
func main() {
testDbPath := os.Getenv("TEST_DB_PATH")
dbPath := os.Getenv("DB_PATH")
dbPath := os.Getenv("SQLITE_PATH")
dbPaths := []string{testDbPath, dbPath}
flaticonSvgDir := os.Getenv("SVG_DIR")
//dbPath := "/Users/donov/Desktop/nkode.db"