update-----init
This commit is contained in:
4
Host/bin/Debug/netcoreapp2.2/Dockerfile
Normal file
4
Host/bin/Debug/netcoreapp2.2/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM mcr.microsoft.com/dotnet/core/aspnet:2.2-stretch-slim AS base
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
ENTRYPOINT ["dotnet", "Host.dll"]
|
||||
Reference in New Issue
Block a user