Invalid runtimeconfig.json .net 8 docker container using alpine linux on a Mac
I’m trying to create a docker container for a .NET8 API on a Mac to be deployed to CloudRun,
this works perfectly when using .NET6 as we already have some running in production for about a year.
But when I execute
docker build . -t testapi:alpine-secure-test-runtime -f Dockerfile-TestAPI