DEV Community

Discussion on: How YOU can Dockerize a .Net Core app

Collapse
 
shadyyehia profile image
Shady Yahia

Thank you . In addition to contianerizing a .net core web api as above, what if I wanted to contianerize a client application ( Vue ,react ...) that consumes this web api ? What if I wanted both to be in the same Image. Thanks for your help.

Collapse
 
softchris profile image
Chris Noring

hi Shady. Thanks. Here's an article describing roughly that medium.com/@xiaolishen/develop-in-... . In other words I'd place my backend in on directory and my frontend in another directory and use Docker Compose to build it together.. Do you want me to write an article or are you able to get what you need from the above link?