I’m getting the following NextJS error (using the default dockerfile, except Node 20 instead of Node 18).
2023-05-09T06:19:34Z app[e784ee62f61483] bos [info]Failed to update tags manifest. [Error: EACCES: permission denied, mkdir '/app/.next/cache/fetch-cache'] {
2023-05-09T06:19:34Z app[e784ee62f61483] bos [info] errno: -13,
2023-05-09T06:19:34Z app[e784ee62f61483] bos [info] code: 'EACCES',
2023-05-09T06:19:34Z app[e784ee62f61483] bos [info] syscall: 'mkdir',
2023-05-09T06:19:34Z app[e784ee62f61483] bos [info] path: '/app/.next/cache/fetch-cache'
2023-05-09T06:19:34Z app[e784ee62f61483] bos [info]}