How to containerize an application which has sub application in it

I have a MVC appliaction where the application structure is like below.

RootApplication
–WebApp
----Security
–Services

How will i use docker to containarize my App.

Thank,
Akhil