CLI-Windows using wrong dll names in Dockerfile.nanowin

This commit is contained in:
Igor Sychev 2017-08-28 09:16:21 +03:00
parent 9eaa81cbdb
commit 03d5a50a54
4 changed files with 4 additions and 4 deletions

View File

@ -5,4 +5,4 @@ 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"]

View File

@ -5,4 +5,4 @@ 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"]

View File

@ -5,4 +5,4 @@ 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"]

View File

@ -5,4 +5,4 @@ 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"]