Hi there, I have a full stack application ready for production:
- Database with Mongo
- API with Express + Node
- Frontend with Angular
And I want to deploy it inside docker containers. But faced to reality, I faced several issues with nginx routing inside docker container (my application is served but the routing isn't working at all) Does anyone recommand to embed angular routed application inside a docker container with nginx? What different options are available? I post all the details on my stackoverflow post . It seems I'm not the only one to struggle with this.
Thank you all for reading :)