runtime error

Exit code: 1. Reason: lib/python3.11/pathlib.py:1044 in open │ │ │ │ 1041 │ │ """ │ │ 1042 │ │ if "b" not in mode: │ │ 1043 │ │ │ encoding = io.text_encoding(encoding) │ │ ā± 1044 │ │ return io.open(self, mode, buffering, encoding, errors, newli │ │ 1045 │ │ │ 1046 │ def read_bytes(self): │ │ 1047 │ │ """ │ │ │ │ ╭────────────────── locals ───────────────────╮ │ │ │ buffering = -1 │ │ │ │ encoding = None │ │ │ │ errors = None │ │ │ │ mode = 'wb' │ │ │ │ newline = None │ │ │ │ self = PosixPath('/.webui_secret_key') │ │ │ ╰─────────────────────────────────────────────╯ │ ╰──────────────────────────────────────────────────────────────────────────────╯ PermissionError: [Errno 13] Permission denied: '/.webui_secret_key'

Container logs:

Fetching error logs...