❔ how to use Docker for 2 apps in a project
-They both require .NET 6.0.404 and Entity Framework.
-I use VS CODE.
-WebApp and WebApi have different packages inside them. Afaik they are inside the projects so they don't require a reference in the Docker Image, correct me if I am wrong.
-I use Git. Not sure if it affects.
So where do I start creating an image? (+ should I use docker in the development process?)