switch to the SDK version of nanoserver

This now works from the command line.
But, sa password is wrong.
This commit is contained in:
BillWagner 2017-04-13 10:19:45 -04:00 committed by Bill Wagner
parent 8953baf655
commit 0d233071ee

View File

@ -6,3 +6,4 @@ RUN set-itemproperty -path 'HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\Par
EXPOSE 80
COPY ${source:-obj/Docker/publish} .
ENTRYPOINT ["dotnet", "Catalog.API.dll"]