Commit ed9ba29e authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

fix

parent 484f3892
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -144,6 +144,7 @@ def refresh_docx_fields(input_path: str, image: str = "docx-field-refresh") -> s
        cmd = [
            "docker", "run", "--rm",
            "-v", f"{tmpdir_path}:/data",
            "-u", f"{os.getuid()}:{os.getgid()}",  # <--- run as host user
            image,
            "--headless",
            "--convert-to", "docx",