jasontaylordev / NorthwindTraders

Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] How would I go about to set up docker for this kind of application

mikevanl opened this issue · comments

I'm currently struggling to get a docker-compose file together that would run the back-end, front-end, and the database in a docker container. Is there anyone who could direct me to an example of how to go about this for this example project?

commented

Same qtns , i have also..
Thanks @mikevanl.

Regards,
Tutul

When they used dotnet 2.2 there were docker files. Probably got removed after a bigger refactoring and upgrade to 3.x.
Go back in the sources to commit 62c198a
or
#39
Maybe it helps as a starting point.

Thank you @zePanzerfaust for giving directions!