Describe the issue/error/question
When I build the n8n-custom docker image, the build stage fail with the error :
> n8n@0.177.0 build
> run-script-os
sh: run-script-os: not found
When I go in the container (docker run -ti IMAGE_ID sh), I can conclude this is the cli package that failed with that error.
In the container, when I run “npm install && npm run build” in the packages/cli directory it works correctly.
Isn’t there a bug with the installation of the packages and the devDependencies (installed or not)?
How doing to build the n8n-custom docker image?