vzhd1701 / evernote-backup

Backup & export all Evernote notes and notebooks
MIT License
1k stars 77 forks source link

[Bug]: Database file created with root when using Docker #94

Open vichenze opened 5 months ago

vichenze commented 5 months ago

evernote-backup version

1.9.3

What OS are you using?

Linux

OS Version / Linux distribution

Ubuntu 22.04, Docker 26.1.3

Bug description

docker run --rm -t -p 10500:10500 -u $UID:$GID -v "$HOME":/tmp vzhd1701/evernote-backup:latest -v init-db --oauth

I use this docker command to create my local database, but even when forcing a specific user with -u, the en_backup.db file generated has always root as owner.

Log excerpt

No response