Docker build fails to find auth-svc directory during COPY step
I’m trying to build a Docker container for my Go project using Docker Compose, but I’m running into an issue where Docker cannot find the auth-svc directory during the COPY step.
I’m trying to build a Docker container for my Go project using Docker Compose, but I’m running into an issue where Docker cannot find the auth-svc directory during the COPY step.