Fix: dockerfile
This commit is contained in:
		| @@ -44,7 +44,7 @@ func init() { | ||||
| func NewRepoProvider(pathToDB string) AllRepos { | ||||
| 	db, err := sqlx.Connect("sqlite3", pathToDB) | ||||
| 	if err != nil { | ||||
| 		slog.Error("Unable to connect to database", "error", err) | ||||
| 		slog.Error("Unable to connect to database", "error", err, "pathToDB", pathToDB) | ||||
| 		os.Exit(1) | ||||
| 	} | ||||
| 	stmts := []string{ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Grail Finder
					Grail Finder