Skip to content

Commit 03d5a50

Browse files
author
Igor Sychev
committed
CLI-Windows using wrong dll names in Dockerfile.nanowin
1 parent 9eaa81c commit 03d5a50

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/Services/Location/Locations.API/Dockerfile.nanowin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ 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"]

src/Services/Marketing/Marketing.API/Dockerfile.nanowin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ 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/Payment/Payment.API/Dockerfile.nanowin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ 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/WebStatus/Dockerfile.nanowin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ 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)