docker-angular-dotnet app
I do mostly backend dev and I don't want to build my angular app every time. I wanted to host it in my local docker hub and run it. But I'm able to see the login page but it looks like it's not able to invoke the backend apis. The config in the angular app is pointing to localhost, I tried changing it to use the ngrok to ensure that it points the dotnet API on the host machine but nothing worked, any idea what went wrong?