GaProgMan / OnionArch

A .NET Core demo application which uses the Onion Architecture
MIT License
102 stars 37 forks source link

Dockerfile for base application #18

Closed DillonAd closed 6 years ago

DillonAd commented 6 years ago

Hello!

This is to start addressing #11 . I created the Dockerfile to run the base template but I did have to add the ViewModel namespace to the Views. Apparently that @using directive isn't needed for dotnet build but is crucial for dotnet publish.

Let me know what you think and if I missed anything!

GaProgMan commented 6 years ago

Fantastic work! Thank you.