File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/core/aspnet:2 .1
1+ FROM mcr.microsoft.com/dotnet/core/aspnet:3 .1
22COPY . /app
33WORKDIR /app
44ENTRYPOINT ["dotnet" , "TranslateUI.dll" ]
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/core/aspnet:2 .1
1+ FROM mcr.microsoft.com/dotnet/core/aspnet:3 .1
22COPY . /app
33WORKDIR /app
44ENTRYPOINT ["dotnet" , "TranslateWorker.dll" ]
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/core/aspnet:2 .1
1+ FROM mcr.microsoft.com/dotnet/core/aspnet:3 .1
22COPY . /app
33WORKDIR /app
44ENTRYPOINT ["dotnet" , "Bookshelf.dll" ]
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/core/aspnet:2 .1
1+ FROM mcr.microsoft.com/dotnet/core/aspnet:3 .1
22COPY . /app
33WORKDIR /app
44ENTRYPOINT ["dotnet" , "HelloWorld.dll" ]
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/core/aspnet:2 .1
1+ FROM mcr.microsoft.com/dotnet/core/aspnet:3 .1
22COPY . /app
33WORKDIR /app
44ENTRYPOINT ["dotnet" , "Sessions.dll" ]
You can’t perform that action at this time.
0 commit comments