Attempting to run this with docker-compose.dev.yaml or using the provided image on github (ghcr.io/malexion/rhythm-bot/bot) provides the following errors. I also can't get this to work with npm install/run or the provided docker-compose.yaml(invalid docker file reference)
rhythm-bot@2.1.5 start:prod /home/rhythmbot
NODE_ENV=production node --trace-warnings dist/app
[Error: SQLITE_CANTOPEN: unable to open database file] {
errno: 14,
code: 'SQLITE_CANTOPEN'
}
This is on a Debian 10 Google Cloud machine.