This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
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
4597b0336c
commit
3f01246404
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save