Browse Source

switch to the SDK version of nanoserver

This now works from the command line.
But, sa password is wrong.
pull/168/head
BillWagner 7 years ago
committed by Bill Wagner
parent
commit
0d233071ee
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/Services/Catalog/Catalog.API/Dockerfile.nanowin

+ 1
- 0
src/Services/Catalog/Catalog.API/Dockerfile.nanowin 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"]

Loading…
Cancel
Save