flame
flame copied to clipboard
Enable non-root container build
Closes #308.
just wanted to say thank you for this - the less pods running as root the better. looking forward to it getting merged :ok_hand:
App is not starting on Linux on existing instance. I'm guessing it's due to permission issues to some of the files.
Edit:
Error: EACCES: permission denied, copyfile '/app/data/customQueries.json' -> '/app/data/customQueries.json'
Error: EACCES: permission denied, open 'data/config.json'
[2022-02-14 11:39:22.690 UTC+0] [ERROR] SQLITE_READONLY: attempt to write a readonly database
@pawelmalak Thanks a lot for the hint on existing instances. Just tested it on a new instance. I added #314 to fix this.