Skip to content

Commit

Permalink
Copy resources manual into image
Browse files Browse the repository at this point in the history
  • Loading branch information
timia2109 committed Mar 19, 2024
1 parent 4ed6968 commit ad238f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DisplayUtil.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="2.88.7" />
</ItemGroup>

<ItemGroup>
<!--<ItemGroup>
<Content Include="Resources\**\*.*">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</ItemGroup>-->

</Project>
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*

COPY build/ .
RUN mkdir Resources
COPY Resources/ ./Resources

ENTRYPOINT ["dotnet", "DisplayUtil.dll"]

0 comments on commit ad238f7

Please sign in to comment.