I tried help of chatGPT and no sucess, i have many container where i want to use the same dns.
For exemple:
exemple.com/app1;
exemple.com/app2;
on / i have a normal angular app
on /angular-universal/ i have another app
when i try to access /angular-universal/ the statics files dont load and when when i change routes it redirects me to normal angular app.
I want to access my angular-universal app on the sub route with working routes and static files.
What i have to do?