React/Next.js docker build failing when trying to reach out to local API endpoint – Nginx
I cannot seem to get my node:alpine Docker image for a react/next.js to build. I can get it to build fine locally, but I never see the traffic in my API logs when the Docker build reaches out to the…