diff --git a/Dockerfile b/Dockerfile index 3ae5e5b3d..2e723e4be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,7 @@ COPY resources resources COPY .editorconfig .editorconfig COPY Directory.Build.props Directory.Build.props COPY Directory.Packages.props Directory.Packages.props +COPY LICENSE-2.0.txt LICENSE-2.0.txt RUN dotnet --info && \ case "$TARGETOS" in \ "linux") ;; \ diff --git a/Dockerfile.Service b/Dockerfile.Service index f59cf1315..edf6240fe 100644 --- a/Dockerfile.Service +++ b/Dockerfile.Service @@ -25,6 +25,7 @@ COPY resources resources COPY .editorconfig .editorconfig COPY Directory.Build.props Directory.Build.props COPY Directory.Packages.props Directory.Packages.props +COPY LICENSE-2.0.txt LICENSE-2.0.txt RUN dotnet --info && \ case "$TARGETOS" in \ "linux") ;; \