firecrawl icon indicating copy to clipboard operation
firecrawl copied to clipboard

Add network:host to Docker build process

Open pablospe opened this issue 8 months ago • 0 comments

Added network: host option to build configurations in docker-compose.yaml to allow containers to use the host network during build. This resolves Docker build networking issues, the error was:

npm error code EAI_AGAIN
npm error syscall getaddrinfo
npm error errno EAI_AGAIN
npm error request to https://registry.npmjs.org/pnpm failed, reason: getaddrinfo EAI_AGAIN registry.npmjs.org

pablospe avatar Apr 14 '25 09:04 pablospe