Skip to content

Commit dc566ea

Browse files
author
Igor Sychev
committed
nanowin
1 parent 6ac34cb commit dc566ea

9 files changed

Lines changed: 13 additions & 13 deletions

File tree

src/Services/Basket/Basket.API/Dockerfile.nanowin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM microsoft/dotnet:1.1-runtime-nanoserver
1+
FROM microsoft/dotnet:2.0-runtime-nanoserver
22
SHELL ["powershell"]
33
ARG source
44
WORKDIR /app

src/Services/Catalog/Catalog.API/Dockerfile.nanowin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM microsoft/dotnet:1.1-runtime-nanoserver
1+
FROM microsoft/dotnet:2.0-runtime-nanoserver
22
SHELL ["powershell"]
33
ARG source
44
WORKDIR /app
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM microsoft/dotnet:1.1-runtime-nanoserver
1+
FROM microsoft/dotnet:2.0-runtime-nanoserver
22
SHELL ["powershell"]
33
ARG source
44
WORKDIR /app
55
RUN set-itemproperty -path 'HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters' -Name ServerPriorityTimeLimit -Value 0 -Type DWord
66
EXPOSE 80
77
COPY ${source:-obj/Docker/publish} .
8-
ENTRYPOINT ["dotnet", "Basket.API.dll"]
8+
ENTRYPOINT ["dotnet", "Locations.API.dll"]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM microsoft/dotnet:1.1-runtime-nanoserver
1+
FROM microsoft/dotnet:2.0-runtime-nanoserver
22
SHELL ["powershell"]
33
ARG source
44
WORKDIR /app
55
RUN set-itemproperty -path 'HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters' -Name ServerPriorityTimeLimit -Value 0 -Type DWord
66
EXPOSE 80
77
COPY ${source:-obj/Docker/publish} .
8-
ENTRYPOINT ["dotnet", "Basket.API.dll"]
8+
ENTRYPOINT ["dotnet", "Marketing.API.dll"]

src/Services/Ordering/Ordering.API/Dockerfile.nanowin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM microsoft/dotnet:1.1-runtime-nanoserver
1+
FROM microsoft/dotnet:2.0-runtime-nanoserver
22
SHELL ["powershell"]
33
ARG source
44
WORKDIR /app
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM microsoft/dotnet:1.1-runtime-nanoserver
1+
FROM microsoft/dotnet:2.0-runtime-nanoserver
22
SHELL ["powershell"]
33
ARG source
44
WORKDIR /app
55
RUN set-itemproperty -path 'HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters' -Name ServerPriorityTimeLimit -Value 0 -Type DWord
66
EXPOSE 80
77
COPY ${source:-obj/Docker/publish} .
8-
ENTRYPOINT ["dotnet", "Basket.API.dll"]
8+
ENTRYPOINT ["dotnet", "Payment.API.dll"]

src/Web/WebMVC/Dockerfile.nanowin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM microsoft/dotnet:1.1-runtime-nanoserver
1+
FROM microsoft/dotnet:2.0-runtime-nanoserver
22
SHELL ["powershell"]
33
ARG source
44
WORKDIR /app

src/Web/WebSPA/Dockerfile.nanowin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM microsoft/dotnet:1.1-runtime-nanoserver
1+
FROM microsoft/dotnet:2.0-runtime-nanoserver
22
SHELL ["powershell"]
33
ARG source
44
WORKDIR /app
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM microsoft/dotnet:1.1-runtime-nanoserver
1+
FROM microsoft/dotnet:2.0-runtime-nanoserver
22
SHELL ["powershell"]
33
ARG source
44
WORKDIR /app
55
RUN set-itemproperty -path 'HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters' -Name ServerPriorityTimeLimit -Value 0 -Type DWord
66
EXPOSE 80
77
COPY ${source:-obj/Docker/publish} .
8-
ENTRYPOINT ["dotnet", "WebMVC.dll"]
8+
ENTRYPOINT ["dotnet", "WebStatus.dll"]

0 commit comments

Comments
 (0)