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!
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 fordotnet build
but is crucial fordotnet publish
.Let me know what you think and if I missed anything!