Skip to content

Docker container throws non-descript "permission denied" error when /app is non-writeable #77

@garethhumphriesgkc

Description

@garethhumphriesgkc

When running, I get an error:

thread 'main' panicked at src/config.rs:112:53:
called `Result::unwrap()` on an `Err` value: Os { code: 13, kind: PermissionDenied, message: "Permission denied" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

This was caused by /app not being writeable by user 1001

Suggest a more descriptive error message could be displayed in this case.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions