b2b2ed13aa
Build and Deploy Verso / deploy (push) Successful in 10m56s
Quarto resolves its cache dir as $HOME/.cache/quarto. The process runs as www-data (home=/var/www) but that directory is root-owned, so Quarto crashed immediately with PermissionDenied on mkdir. Pre-create the cache dir and chown it to www-data at image build time. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>