mirror of
https://github.com/rendercv/rendercv.git
synced 2026-04-17 13:33:53 -04:00
- Add `--rm` to auto-remove containers after exit - Add `-u $(id -u):$(id -g)` to run as host user (fixes PermissionError on Linux where container's UID 999 doesn't match host user) - Add `-e HOME=/tmp` so Typst can create its package cache when running as an arbitrary UID (without this, `rendercv render` fails) - Update both user guide and developer guide docs