Skip to content

Commit

Permalink
903621: Added server side export endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammedaffanc committed Aug 27, 2024
1 parent 6984314 commit 0f9a588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ FROM build AS publish
RUN dotnet publish -c Release -o /app

FROM base AS final
RUN apt-get update && apt-get install -y libfontconfig
WORKDIR /app
COPY --from=publish /app .
ENTRYPOINT ["dotnet", "ej2-documenteditor-server.dll"]
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="*" />
<PackageReference Include="BitMiracle.LibTiff.NET" Version="2.4.649" />
<PackageReference Include="SkiaSharp" Version="2.88.6" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="2.88.6" />
</ItemGroup>

</Project>

0 comments on commit 0f9a588

Please sign in to comment.