Tornjak Frontend serves incorrect dashboard due to restricted namespace. Fixing the cache file location leads to this error: ```Error: EACCES: permission denied, open './build/env.js'``` Solution, to redirect the env.js output to writeable space e.g. /tmp Signed-off-by: Mariusz Sabath <[email protected]> Co-authored-by: Faisal Memon <[email protected]>