balbarak / WeasyPrint-netcore

WeasyPrint Wrapper for .Net on Windows
BSD 3-Clause "New" or "Revised" License
71 stars 19 forks source link

Running in a Linux container doesn't work #27

Open mortenp-elkjop opened 9 months ago

mortenp-elkjop commented 9 months ago

Thank you for creating this wrapper. It works well in my local dev env (Windows), but when I deploy it in a Linux container it fails on UnauthorizedAccessException:

 System.UnauthorizedAccessException: Access to the path '/app/balbarak-weasyprintv51' is denied.

Is there some magic I need to do for this to work properly in a Linux setup?