File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ WORKDIR /src
1616COPY ["src/Elastic.Markdown/Elastic.Markdown.csproj" , "src/Elastic.Markdown/Elastic.Markdown.csproj" ]
1717COPY ["src/docs-builder/docs-builder.csproj" , "src/docs-builder/docs-builder.csproj" ]
1818COPY ["docs/docs.csproj" , "docs/docs.csproj" ]
19+ COPY "build/build.csproj" "build/build.csproj"
20+ COPY ".github/.github.csproj" ".github/.github.csproj"
21+ COPY "tests/Elastic.Markdown.Tests/Elastic.Markdown.Tests.csproj" "tests/Elastic.Markdown.Tests/Elastic.Markdown.Tests.csproj"
1922COPY ["docs-builder.sln" , "docs-builder.sln" ]
2023RUN dotnet restore "docs-builder.sln"
2124COPY . .
@@ -44,6 +47,8 @@ RUN adduser --disabled-password \
4447USER dotnetuser
4548WORKDIR /app
4649
50+ COPY NOTICE.txt .
51+ COPY LICENSE.txt .
4752COPY --from=publish /app/publish .
4853CMD chmod +x docs-builder
4954
Original file line number Diff line number Diff line change 1212 </PropertyGroup >
1313
1414 <ItemGroup >
15- <Content Include =" (SolutionRoot)/ build/ nuget-icon.png" Pack =" True" Link =" nuget-icon.png" PackagePath =" nuget-icon.png" CopyToOutputDirectory =" PreserveNewest" />
16- <None Include =" (SolutionRoot)/ LICENSE.txt" Pack =" True" PackagePath =" LICENSE.txt" CopyToOutputDirectory =" PreserveNewest" />
17- <None Include =" $(SolutionRoot)/ NOTICE.txt" CopyToOutputDirectory = " PreserveNewest " Pack =" True" PackagePath =" NOTICE.txt" />
15+ <Content Include =" $ (SolutionRoot)\ build\ nuget-icon.png" Pack =" True" Link =" nuget-icon.png" PackagePath =" nuget-icon.png" CopyToOutputDirectory =" PreserveNewest" />
16+ <None Include =" $ (SolutionRoot)\ LICENSE.txt" Pack =" True" PackagePath =" LICENSE.txt" CopyToOutputDirectory =" PreserveNewest" />
17+ <None Include =" $(SolutionRoot)\ NOTICE.txt" Pack =" True" PackagePath =" NOTICE.txt" CopyToOutputDirectory = " PreserveNewest " />
1818 </ItemGroup >
1919
2020 <ItemGroup >
You can’t perform that action at this time.
0 commit comments