Docker: showing nginx index instead of angular homepage
I built an Angular 17 application using Docker Compose, but it was not loading correctly on localhost. It only showed the base Nginx template. After some testing, I tried to use the base template of Angular (ng new frontend) with…