Browse Source

switch to the SDK version of nanoserver

This now works from the command line.
But, sa password is wrong.
pull/168/merge^2
BillWagner 7 years ago
parent
commit
3f01246404
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Services/Catalog/Catalog.API/Dockerfile.nanowin

+ 1
- 1
src/Services/Catalog/Catalog.API/Dockerfile.nanowin View File

@ -1,4 +1,4 @@
FROM microsoft/dotnet:1.1-runtime-nanoserver
FROM microsoft/dotnet:1.1-sdk-nanoserver
ARG source
WORKDIR /app
RUN set-itemproperty -path 'HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters' -Name ServerPriorityTimeLimit -Value 0 -Type DWord


Loading…
Cancel
Save