I am unable to successfully rebuild my local. I am using the following command
docker-compose up -d
which fails to complete.
during the docker-compose up -d
I noticed cli Error so I ran docker-compose up -d --build cli
which was also not successful as shown below.
My colleagues are able to rebuild without any issues and I too have been able to do so in the past. I am on the latest version of Docker 4.1.0 and macOS Big Sur 11.6
I am at a loss and not sure how to proceed. I have created a new directory, cloned from git, pruned but the build continues to fail.
Any help would be greatly appreciated.
Thanks