When I try to deploy via a remote builder, I get this error:
#0 73.38 [vite:css] [postcss] EMFILE: too many open files, open '/app/web/frontend/node_modules/@mantine/hooks/lib/use-focus-trap/scope-tab.d.ts'
#0 73.38 file: /app/web/frontend/index.css:undefined:undefined
#0 73.38 error during build:
#0 73.38 Error: [postcss] EMFILE: too many open files, open '/app/web/frontend/node_modules/@mantine/hooks/lib/use-focus-trap/scope-tab.d.ts'
#0 73.42 error Command failed with exit code 1.
#0 73.42 info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
------
Error: failed to fetch an image or build from source: error building: failed to solve: executor failed running [/bin/sh -c cd web/frontend && yarn install && yarn run build]: exit code: 1
I’m able to build locally, but I can’t use local building since I get another error. My project is not that big, so I don’t understand why I got this error. Is there any way to increase the capabilities of the builders?