Merge branch 'netcore2' of https://github.com/dotnet-architecture/eShopOnContainers into netcore2
This commit is contained in:
commit
3a9e15ba87
@ -1,4 +1,4 @@
|
||||
FROM microsoft/dotnet:1.1-runtime-nanoserver
|
||||
FROM microsoft/dotnet:2.0-runtime-nanoserver
|
||||
SHELL ["powershell"]
|
||||
ARG source
|
||||
WORKDIR /app
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM microsoft/dotnet:1.1-runtime-nanoserver
|
||||
FROM microsoft/dotnet:2.0-runtime-nanoserver
|
||||
SHELL ["powershell"]
|
||||
ARG source
|
||||
WORKDIR /app
|
||||
|
@ -1,8 +1,8 @@
|
||||
FROM microsoft/dotnet:1.1-runtime-nanoserver
|
||||
FROM microsoft/dotnet:2.0-runtime-nanoserver
|
||||
SHELL ["powershell"]
|
||||
ARG source
|
||||
WORKDIR /app
|
||||
RUN set-itemproperty -path 'HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters' -Name ServerPriorityTimeLimit -Value 0 -Type DWord
|
||||
EXPOSE 80
|
||||
COPY ${source:-obj/Docker/publish} .
|
||||
ENTRYPOINT ["dotnet", "Basket.API.dll"]
|
||||
ENTRYPOINT ["dotnet", "Locations.API.dll"]
|
||||
|
@ -1,8 +1,8 @@
|
||||
FROM microsoft/dotnet:1.1-runtime-nanoserver
|
||||
FROM microsoft/dotnet:2.0-runtime-nanoserver
|
||||
SHELL ["powershell"]
|
||||
ARG source
|
||||
WORKDIR /app
|
||||
RUN set-itemproperty -path 'HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters' -Name ServerPriorityTimeLimit -Value 0 -Type DWord
|
||||
EXPOSE 80
|
||||
COPY ${source:-obj/Docker/publish} .
|
||||
ENTRYPOINT ["dotnet", "Basket.API.dll"]
|
||||
ENTRYPOINT ["dotnet", "Marketing.API.dll"]
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM microsoft/dotnet:1.1-runtime-nanoserver
|
||||
FROM microsoft/dotnet:2.0-runtime-nanoserver
|
||||
SHELL ["powershell"]
|
||||
ARG source
|
||||
WORKDIR /app
|
||||
|
@ -1,8 +1,8 @@
|
||||
FROM microsoft/dotnet:1.1-runtime-nanoserver
|
||||
FROM microsoft/dotnet:2.0-runtime-nanoserver
|
||||
SHELL ["powershell"]
|
||||
ARG source
|
||||
WORKDIR /app
|
||||
RUN set-itemproperty -path 'HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters' -Name ServerPriorityTimeLimit -Value 0 -Type DWord
|
||||
EXPOSE 80
|
||||
COPY ${source:-obj/Docker/publish} .
|
||||
ENTRYPOINT ["dotnet", "Basket.API.dll"]
|
||||
ENTRYPOINT ["dotnet", "Payment.API.dll"]
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM microsoft/dotnet:1.1-runtime-nanoserver
|
||||
FROM microsoft/dotnet:2.0-runtime-nanoserver
|
||||
SHELL ["powershell"]
|
||||
ARG source
|
||||
WORKDIR /app
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM microsoft/dotnet:1.1-runtime-nanoserver
|
||||
FROM microsoft/dotnet:2.0-runtime-nanoserver
|
||||
SHELL ["powershell"]
|
||||
ARG source
|
||||
WORKDIR /app
|
||||
|
@ -1,8 +1,8 @@
|
||||
FROM microsoft/dotnet:1.1-runtime-nanoserver
|
||||
FROM microsoft/dotnet:2.0-runtime-nanoserver
|
||||
SHELL ["powershell"]
|
||||
ARG source
|
||||
WORKDIR /app
|
||||
RUN set-itemproperty -path 'HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters' -Name ServerPriorityTimeLimit -Value 0 -Type DWord
|
||||
EXPOSE 80
|
||||
COPY ${source:-obj/Docker/publish} .
|
||||
ENTRYPOINT ["dotnet", "WebMVC.dll"]
|
||||
ENTRYPOINT ["dotnet", "WebStatus.dll"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user