Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run docker as the current user #1630

Merged
merged 1 commit into from
Sep 10, 2024
Merged

Commits on Sep 9, 2024

  1. Run docker as the current user

    If you have real Docker (not Podman) then by default it will run everything as root, so your build directory is owned by root and the Makefile will not work at all because it tries to modify the build directory.
    
    This adds a flag so that Asciidoctor runs as the current user in Docker instead of root.
    Timmmm committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    4d3cac3 View commit details
    Browse the repository at this point in the history