docker fixes 1
All checks were successful
release-tag / release-image (push) Successful in 2m12s

This commit is contained in:
2025-07-22 17:25:00 +02:00
parent 0ada0c135d
commit 8ca6c6f062
3 changed files with 24 additions and 7 deletions

View File

@@ -82,7 +82,7 @@ func isAuthenticated(r *http.Request) bool {
}
func main() {
db, err := sql.Open("sqlite", "data.db")
db, err := sql.Open("sqlite", "/data/data.db")
if err != nil {
log.Fatal(err)
}