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 f038f9a7bf
commit 09f90e00df

View File

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