3 changed files with 5 additions and 5 deletions
@ -1,4 +1,4 @@ |
|||
FROM mcr.microsoft.com/dotnet/aspnet:6.0 |
|||
COPY bin/Release/net6.0/publish/ app/ |
|||
FROM mcr.microsoft.com/dotnet/aspnet:7.0 |
|||
COPY bin/Release/net7.0/publish/ app/ |
|||
WORKDIR /app |
|||
ENTRYPOINT ["dotnet", "EShopOnAbp.WebPublicGateway.dll"] |
|||
Loading…
Reference in new issue