parent
4699e3981e
commit
ef66c15aad
@ -0,0 +1,7 @@ |
||||
#See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images for faster debugging. |
||||
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:6.0 |
||||
COPY . /app |
||||
WORKDIR /app |
||||
EXPOSE 80 |
||||
ENTRYPOINT ["dotnet", "BlazorServerApp.dll"] |
@ -0,0 +1,7 @@ |
||||
#See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images for faster debugging. |
||||
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:6.0 |
||||
COPY . /app |
||||
WORKDIR /app |
||||
EXPOSE 80 |
||||
ENTRYPOINT ["dotnet", "RankingApp.dll"] |
Loading…
Reference in new issue