Hello,
Can a docker container have multiple applications like…
- UI application - html5 / react /angualr based
- Backend application - .Net web api / node api
- Application for accessing external API / Database / Authentication
Is it advisable to have all applications in single docker container ?
would be better if you can share some way with sample or details so I can try to implement the same.
Thank you in advance…!!