Update 20211218

This commit is contained in:
2021-12-18 14:13:09 +01:00
parent 87190e1eb1
commit 8c9795efc6
6 changed files with 16332 additions and 10 deletions

7
Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
#Depending on the operating system of the host machines(s) that will build or run the containers, the image specified in the FROM statement may need to be changed.
#For more information, please see https://aka.ms/containercompat
FROM mcr.microsoft.com/dotnet/framework/aspnet:4.8-windowsservercore-ltsc2019
ARG source
WORKDIR /inetpub/wwwroot
COPY ${source:-obj/Docker/publish} .