This commit is contained in:
7
Api/Dilon.Web.Entry/Dockerfile
Normal file
7
Api/Dilon.Web.Entry/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:5.0
|
||||
WORKDIR /app
|
||||
EXPOSE 80
|
||||
EXPOSE 443
|
||||
|
||||
COPY . .
|
||||
ENTRYPOINT ["dotnet", "Dilon.Web.Entry.dll"]
|
||||
Reference in New Issue
Block a user